#[repr(u8)]pub enum LockSVtaircr {
_RESERVED_0 = 0,
BLOCKED = 1,
WRITABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Source§impl LockSVtaircr
impl LockSVtaircr
Trait Implementations§
Source§impl Clone for LockSVtaircr
impl Clone for LockSVtaircr
Source§fn clone(&self) -> LockSVtaircr
fn clone(&self) -> LockSVtaircr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LockSVtaircr
impl Debug for LockSVtaircr
Source§impl From<LockSVtaircr> for u8
impl From<LockSVtaircr> for u8
Source§fn from(val: LockSVtaircr) -> u8
fn from(val: LockSVtaircr) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LockSVtaircr
impl From<u8> for LockSVtaircr
Source§fn from(val: u8) -> LockSVtaircr
fn from(val: u8) -> LockSVtaircr
Converts to this type from the input type.
Source§impl Ord for LockSVtaircr
impl Ord for LockSVtaircr
Source§fn cmp(&self, other: &LockSVtaircr) -> Ordering
fn cmp(&self, other: &LockSVtaircr) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LockSVtaircr
impl PartialEq for LockSVtaircr
Source§impl PartialOrd for LockSVtaircr
impl PartialOrd for LockSVtaircr
impl Copy for LockSVtaircr
impl Eq for LockSVtaircr
impl StructuralPartialEq for LockSVtaircr
Auto Trait Implementations§
impl Freeze for LockSVtaircr
impl RefUnwindSafe for LockSVtaircr
impl Send for LockSVtaircr
impl Sync for LockSVtaircr
impl Unpin for LockSVtaircr
impl UnwindSafe for LockSVtaircr
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