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