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