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 duplicate of the value. Read more
1.0.0 · Source§const 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 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