pub struct ASEC { /* private fields */ }Expand description
Alarm value for Seconds
Implementations§
Auto Trait Implementations§
impl !Freeze for ASEC
impl !RefUnwindSafe for ASEC
impl Send for ASEC
impl !Sync for ASEC
impl Unpin for ASEC
impl UnwindSafe for ASEC
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