pub enum DriverMutexError {
IrqlTooHigh,
IrqlNotAPCLevel,
PagedPoolAllocFailed,
}
Variants§
Trait Implementations§
Source§impl Debug for DriverMutexError
impl Debug for DriverMutexError
Source§impl PartialEq for DriverMutexError
impl PartialEq for DriverMutexError
impl Eq for DriverMutexError
impl StructuralPartialEq for DriverMutexError
Auto Trait Implementations§
impl Freeze for DriverMutexError
impl RefUnwindSafe for DriverMutexError
impl Send for DriverMutexError
impl Sync for DriverMutexError
impl Unpin for DriverMutexError
impl UnwindSafe for DriverMutexError
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