pub struct KernelTimer { /* private fields */ }
Expand description
Timer for kernel execution
Auto Trait Implementations§
impl Freeze for KernelTimer
impl RefUnwindSafe for KernelTimer
impl Send for KernelTimer
impl Sync for KernelTimer
impl Unpin for KernelTimer
impl UnwindSafe for KernelTimer
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