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