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

Method from

perro_source/core/perro_structs/src/structs/unorm.rs:41–43  ·  view source on GitHub ↗
(value: u8)

Source from the content-addressed store, hash-verified

39impl From<u8> for Unit {
40 #[inline]
41 fn from(value: u8) -> Self {
42 Self::from_u8(value)
43 }
44}
45
46impl From<Unit> for u8 {

Callers

nothing calls this directly

Calls 2

to_u8Method · 0.45
to_f32Method · 0.45

Tested by

no test coverage detected