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