Struct CnfIn
#[repr(transparent)]pub struct CnfIn(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for CnfIn
impl Ord for CnfIn
§impl PartialOrd for CnfIn
impl PartialOrd for CnfIn
impl Copy for CnfIn
impl Eq for CnfIn
impl StructuralPartialEq for CnfIn
Auto Trait Implementations§
impl Freeze for CnfIn
impl RefUnwindSafe for CnfIn
impl Send for CnfIn
impl Sync for CnfIn
impl Unpin for CnfIn
impl UnwindSafe for CnfIn
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more