Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ to_tuple
Method
to_tuple
perro_source/core/perro_structs/src/structs/snorm.rs:114–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
x: SignedUnit::from_u8(v[0]),
113
y: SignedUnit::from_u8(v[1]),
114
}
115
}
116
117
#[inline]
118
pub const fn to_u8(self) -> [u8; 2] {
119
[self.x.to_u8(), self.y.to_u8()]
Callers
1
log_raw_joycon_report
Function · 0.45
Calls
1
to_f32
Method · 0.45
Tested by
no test coverage detected