pub enum KernelTransactionManagerFlags {
LockedHive = 1,
DefragmentedHive = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for KernelTransactionManagerFlags
impl RefUnwindSafe for KernelTransactionManagerFlags
impl Send for KernelTransactionManagerFlags
impl Sync for KernelTransactionManagerFlags
impl Unpin for KernelTransactionManagerFlags
impl UnsafeUnpin for KernelTransactionManagerFlags
impl UnwindSafe for KernelTransactionManagerFlags
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