Struct base::sys::linux::platform_timer_resolution::UnixSetTimerResolution
source · pub struct UnixSetTimerResolution {}
Expand description
Noop struct on unix. On windows, restores the platform timer resolution to its original value on Drop.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnixSetTimerResolution
impl Send for UnixSetTimerResolution
impl Sync for UnixSetTimerResolution
impl Unpin for UnixSetTimerResolution
impl UnwindSafe for UnixSetTimerResolution
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