Struct Itline29
#[repr(transparent)]pub struct Itline29(pub u32);
Expand description
interrupt line 29 status register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Itline29
impl Eq for Itline29
impl StructuralPartialEq for Itline29
Auto Trait Implementations§
impl Freeze for Itline29
impl RefUnwindSafe for Itline29
impl Send for Itline29
impl Sync for Itline29
impl Unpin for Itline29
impl UnwindSafe for Itline29
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