Struct embassy_time::driver::AlarmHandle
source · [−]pub struct AlarmHandle { /* private fields */ }Expand description
Alarm handle, assigned by the driver.
Implementations
sourceimpl AlarmHandle
impl AlarmHandle
Trait Implementations
sourceimpl Clone for AlarmHandle
impl Clone for AlarmHandle
sourcefn clone(&self) -> AlarmHandle
fn clone(&self) -> AlarmHandle
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlarmHandle
Auto Trait Implementations
impl RefUnwindSafe for AlarmHandle
impl Send for AlarmHandle
impl Sync for AlarmHandle
impl Unpin for AlarmHandle
impl UnwindSafe for AlarmHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more