MCPcopy Create free account
hub / github.com/PerroEngine/Perro / from

Method from

perro_source/core/perro_structs/src/structs/snorm.rs:44–46  ·  view source on GitHub ↗
(value: u8)

Source from the content-addressed store, hash-verified

42impl Default for SignedUnit {
43 #[inline]
44 fn default() -> Self {
45 Self::ZERO
46 }
47}
48
49impl From<u8> for SignedUnit {

Callers

nothing calls this directly

Calls 3

to_u8Method · 0.45
to_f32Method · 0.45
as_vector2Method · 0.45

Tested by

no test coverage detected