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