#[repr(u8)]pub enum Updatelckout {
NORMAL_MODE = 0,
PROTECTED_MODE = 1,
}Variants§
NORMAL_MODE = 0
Normal Mode. Can be written to.
PROTECTED_MODE = 1
Protected Mode. Cannot be written to.
Implementations§
Source§impl Updatelckout
impl Updatelckout
Trait Implementations§
Source§impl Clone for Updatelckout
impl Clone for Updatelckout
Source§fn clone(&self) -> Updatelckout
fn clone(&self) -> Updatelckout
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 Updatelckout
impl Debug for Updatelckout
Source§impl From<Updatelckout> for u8
impl From<Updatelckout> for u8
Source§fn from(val: Updatelckout) -> u8
fn from(val: Updatelckout) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Updatelckout
impl From<u8> for Updatelckout
Source§fn from(val: u8) -> Updatelckout
fn from(val: u8) -> Updatelckout
Converts to this type from the input type.
Source§impl Ord for Updatelckout
impl Ord for Updatelckout
Source§fn cmp(&self, other: &Updatelckout) -> Ordering
fn cmp(&self, other: &Updatelckout) -> 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 Updatelckout
impl PartialEq for Updatelckout
Source§impl PartialOrd for Updatelckout
impl PartialOrd for Updatelckout
impl Copy for Updatelckout
impl Eq for Updatelckout
impl StructuralPartialEq for Updatelckout
Auto Trait Implementations§
impl Freeze for Updatelckout
impl RefUnwindSafe for Updatelckout
impl Send for Updatelckout
impl Sync for Updatelckout
impl Unpin for Updatelckout
impl UnwindSafe for Updatelckout
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