pub struct MioTimer {}Available on crate feature
time only.Expand description
The type that implement the syscall Timer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MioTimer
impl RefUnwindSafe for MioTimer
impl Send for MioTimer
impl Sync for MioTimer
impl Unpin for MioTimer
impl UnwindSafe for MioTimer
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