Struct proc_bitfield::example::support::U16
source · pub struct U16(pub u16);Expand description
Wrapper around u16 to implement conversion traits on a foreign type.
Tuple Fields§
§0: u16Trait Implementations§
source§impl UnsafeFrom<U16> for u8
impl UnsafeFrom<U16> for u8
source§unsafe fn unsafe_from(other: U16) -> Self
unsafe fn unsafe_from(other: U16) -> Self
Unsafely converts to this type from the input type.