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