pub struct IrqEvent {
pub rx: bool,
pub tx: bool,
}
Fields§
§rx: bool
§tx: bool
Trait Implementations§
impl Copy for IrqEvent
Auto Trait Implementations§
impl Freeze for IrqEvent
impl RefUnwindSafe for IrqEvent
impl Send for IrqEvent
impl Sync for IrqEvent
impl Unpin for IrqEvent
impl UnwindSafe for IrqEvent
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