pub struct InterruptFlag(/* private fields */);
Implementations§
Source§impl InterruptFlag
impl InterruptFlag
Trait Implementations§
Source§impl Debug for InterruptFlag
impl Debug for InterruptFlag
Source§impl Default for InterruptFlag
impl Default for InterruptFlag
Source§fn default() -> InterruptFlag
fn default() -> InterruptFlag
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InterruptFlag
impl RefUnwindSafe for InterruptFlag
impl Send for InterruptFlag
impl Sync for InterruptFlag
impl Unpin for InterruptFlag
impl UnwindSafe for InterruptFlag
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