pub struct NotifyEvent {
pub active: Option<Alarm>,
pub inactive: Option<Alarm>,
pub state: Option<Alarm>,
pub mask: Option<Alarm>,
}Fields§
§active: Option<Alarm>§inactive: Option<Alarm>§state: Option<Alarm>§mask: Option<Alarm>Trait Implementations§
Source§impl Debug for NotifyEvent
impl Debug for NotifyEvent
Auto Trait Implementations§
impl Freeze for NotifyEvent
impl RefUnwindSafe for NotifyEvent
impl Send for NotifyEvent
impl Sync for NotifyEvent
impl Unpin for NotifyEvent
impl UnwindSafe for NotifyEvent
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