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