Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ to_u8
Method
to_u8
perro_source/core/perro_structs/src/structs/snorm.rs:32–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
31
#[inline]
32
pub const fn to_u8(self) -> u8 {
33
self.0
34
}
35
36
#[inline]
37
pub const fn to_f32(self) -> f32 {
Callers
1
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected