pub struct DisabledLocalIrqGuard { /* private fields */ }Expand description
A guard for disabled local IRQs.
Trait Implementations§
Source§impl Debug for DisabledLocalIrqGuard
impl Debug for DisabledLocalIrqGuard
Source§impl GuardTransfer for DisabledLocalIrqGuard
impl GuardTransfer for DisabledLocalIrqGuard
Source§exec fn transfer_to(&mut self) -> Self
exec fn transfer_to(&mut self) -> Self
impl !Send for DisabledLocalIrqGuard
Auto Trait Implementations§
impl Freeze for DisabledLocalIrqGuard
impl RefUnwindSafe for DisabledLocalIrqGuard
impl Sync for DisabledLocalIrqGuard
impl Unpin for DisabledLocalIrqGuard
impl UnwindSafe for DisabledLocalIrqGuard
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