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