pub struct Ipl(/* private fields */);Expand description
Interrupt priority level assignable to an interrupt vector
Trait Implementations§
impl Copy for Ipl
Auto Trait Implementations§
impl Freeze for Ipl
impl RefUnwindSafe for Ipl
impl Send for Ipl
impl Sync for Ipl
impl Unpin for Ipl
impl UnsafeUnpin for Ipl
impl UnwindSafe for Ipl
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