#[repr(u8)]pub enum LockSVtor {
_RESERVED_0 = 0,
BLOCKED = 1,
WRITABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LockSVtor
impl Ord for LockSVtor
Source§impl PartialOrd for LockSVtor
impl PartialOrd for LockSVtor
impl Copy for LockSVtor
impl Eq for LockSVtor
impl StructuralPartialEq for LockSVtor
Auto Trait Implementations§
impl Freeze for LockSVtor
impl RefUnwindSafe for LockSVtor
impl Send for LockSVtor
impl Sync for LockSVtor
impl Unpin for LockSVtor
impl UnwindSafe for LockSVtor
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