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