pub struct Waketimer { /* private fields */ }Expand description
WAKE_TIMER
Implementations§
Trait Implementations§
impl Copy for Waketimer
impl Eq for Waketimer
impl Send for Waketimer
impl StructuralPartialEq for Waketimer
impl Sync for Waketimer
Auto Trait Implementations§
impl Freeze for Waketimer
impl RefUnwindSafe for Waketimer
impl Unpin for Waketimer
impl UnwindSafe for Waketimer
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