pub struct TimerStorage { /* private fields */ }Expand description
Caller-owned storage for a Timer in zero-heap mode (see
crate::MutexStorage).
Implementations§
Source§impl TimerStorage
impl TimerStorage
Trait Implementations§
Source§impl Default for TimerStorage
impl Default for TimerStorage
impl Sync for TimerStorage
Auto Trait Implementations§
impl !Freeze for TimerStorage
impl !RefUnwindSafe for TimerStorage
impl Send for TimerStorage
impl Unpin for TimerStorage
impl UnsafeUnpin for TimerStorage
impl UnwindSafe for TimerStorage
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