Struct capsules_core::virtualizers::virtual_alarm::MuxAlarm
source · pub struct MuxAlarm<'a, A: Alarm<'a>> { /* private fields */ }
Expand description
Structure to control a set of virtual alarms multiplexed together on top of a single alarm.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> !Freeze for MuxAlarm<'a, A>
impl<'a, A> !RefUnwindSafe for MuxAlarm<'a, A>
impl<'a, A> !Send for MuxAlarm<'a, A>
impl<'a, A> !Sync for MuxAlarm<'a, A>
impl<'a, A> Unpin for MuxAlarm<'a, A>
impl<'a, A> !UnwindSafe for MuxAlarm<'a, A>
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