pub enum DeviceOpen {}
Trait Implementations§
impl LockAfter<DeviceOpen> for BpfHelperOps
impl LockAfter<DeviceOpen> for BpfMapEntries
impl LockAfter<DeviceOpen> for FileOpsCore
impl LockAfter<DeviceOpen> for KernelIpTables
impl LockAfter<DeviceOpen> for KernelSwapFiles
impl LockAfter<DeviceOpen> for MmDumpable
impl LockAfter<DeviceOpen> for ProcessGroupState
impl LockAfter<DeviceOpen> for UninterruptibleLock
impl LockAfter<ResourceAccessorAddFile> for DeviceOpen
impl LockAfter<Unlocked> for DeviceOpen
impl LockEqualOrBefore<DeviceOpen> for DeviceOpen
Auto Trait Implementations§
impl Freeze for DeviceOpen
impl RefUnwindSafe for DeviceOpen
impl Send for DeviceOpen
impl Sync for DeviceOpen
impl Unpin for DeviceOpen
impl UnwindSafe for DeviceOpen
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