pub struct NoPreempt;Expand description
A guard that disables/enables kernel preemption around the critical section.
Implementations§
Trait Implementations§
Source§impl BaseGuard for NoPreempt
impl BaseGuard for NoPreempt
Auto Trait Implementations§
impl Freeze for NoPreempt
impl RefUnwindSafe for NoPreempt
impl Send for NoPreempt
impl Sync for NoPreempt
impl Unpin for NoPreempt
impl UnsafeUnpin for NoPreempt
impl UnwindSafe for NoPreempt
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