Struct proc_bitfield::example::support::U8WithParity
source · Expand description
Wrapper around u8 with infallible conversions both ways.
Fields§
§raw: u8§has_even_set_bits: boolTrait Implementations§
source§impl Clone for U8WithParity
impl Clone for U8WithParity
source§fn clone(&self) -> U8WithParity
fn clone(&self) -> U8WithParity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for U8WithParity
impl Debug for U8WithParity
source§impl From<U8WithParity> for u8
impl From<U8WithParity> for u8
source§fn from(other: U8WithParity) -> Self
fn from(other: U8WithParity) -> Self
Converts to this type from the input type.