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