struct AlarmState {
alarm: Timer,
vm_control: Tube,
irq: IrqEdgeEvent,
armed_time: Instant,
clear_evt: Option<Event>,
}Fields§
§alarm: Timer§vm_control: Tube§irq: IrqEdgeEvent§armed_time: Instant§clear_evt: Option<Event>Implementations§
Source§impl AlarmState
impl AlarmState
fn trigger_rtc_interrupt(&self) -> Result<Event>
Auto Trait Implementations§
impl Freeze for AlarmState
impl RefUnwindSafe for AlarmState
impl Send for AlarmState
impl Sync for AlarmState
impl Unpin for AlarmState
impl UnwindSafe for AlarmState
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