pub struct Interrupt {
pub is_wake_capable: bool,
pub is_shared: bool,
pub is_low_polarity: bool,
pub is_edge_triggered: bool,
pub is_consumer: bool,
/* private fields */
}
Fields§
§is_wake_capable: bool
§is_low_polarity: bool
§is_edge_triggered: bool
§is_consumer: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Interrupt
impl RefUnwindSafe for Interrupt
impl Send for Interrupt
impl Sync for Interrupt
impl Unpin for Interrupt
impl UnwindSafe for Interrupt
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