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