#[repr(transparent)]pub struct Cdne(pub u8);Expand description
Clear DONE Status Bit
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Cdne
impl Eq for Cdne
impl StructuralPartialEq for Cdne
Auto Trait Implementations§
impl Freeze for Cdne
impl RefUnwindSafe for Cdne
impl Send for Cdne
impl Sync for Cdne
impl Unpin for Cdne
impl UnwindSafe for Cdne
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