Struct Wckcfgr
#[repr(transparent)]pub struct Wckcfgr(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Wckcfgr
impl Ord for Wckcfgr
§impl PartialOrd for Wckcfgr
impl PartialOrd for Wckcfgr
impl Copy for Wckcfgr
impl Eq for Wckcfgr
impl StructuralPartialEq for Wckcfgr
Auto Trait Implementations§
impl Freeze for Wckcfgr
impl RefUnwindSafe for Wckcfgr
impl Send for Wckcfgr
impl Sync for Wckcfgr
impl Unpin for Wckcfgr
impl UnwindSafe for Wckcfgr
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