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