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