Struct embassy_time_driver::AlarmHandle
source · pub struct AlarmHandle { /* private fields */ }
Expand description
Alarm handle, assigned by the driver.
Implementations§
Trait Implementations§
source§impl Clone for AlarmHandle
impl Clone for AlarmHandle
source§fn clone(&self) -> AlarmHandle
fn clone(&self) -> AlarmHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for AlarmHandle
Auto Trait Implementations§
impl Freeze for AlarmHandle
impl RefUnwindSafe for AlarmHandle
impl Send for AlarmHandle
impl Sync for AlarmHandle
impl Unpin for AlarmHandle
impl UnwindSafe for AlarmHandle
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