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