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