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