#[repr(transparent)]pub struct Cdbgr(pub u32);Expand description
Channel n Debug
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cdbgr
impl Eq for Cdbgr
impl StructuralPartialEq for Cdbgr
Auto Trait Implementations§
impl Freeze for Cdbgr
impl RefUnwindSafe for Cdbgr
impl Send for Cdbgr
impl Sync for Cdbgr
impl Unpin for Cdbgr
impl UnwindSafe for Cdbgr
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