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