pub enum Command_PinOperation_PinOpType {
INVALID_PINOP = -1,
UNLOCK_PINOP = 1,
LOCK_PINOP = 2,
ERASE_PINOP = 3,
SECURE_ERASE_PINOP = 4,
}Variants§
Trait Implementations§
Source§impl Clone for Command_PinOperation_PinOpType
impl Clone for Command_PinOperation_PinOpType
Source§fn clone(&self) -> Command_PinOperation_PinOpType
fn clone(&self) -> Command_PinOperation_PinOpType
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 PartialEq for Command_PinOperation_PinOpType
impl PartialEq for Command_PinOperation_PinOpType
Source§fn eq(&self, other: &Command_PinOperation_PinOpType) -> bool
fn eq(&self, other: &Command_PinOperation_PinOpType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ProtobufEnum for Command_PinOperation_PinOpType
impl ProtobufEnum for Command_PinOperation_PinOpType
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<Command_PinOperation_PinOpType>
fn values() -> &'static [Self]
fn enum_descriptor_static( _: Option<Command_PinOperation_PinOpType>, ) -> &'static EnumDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
impl Copy for Command_PinOperation_PinOpType
impl Eq for Command_PinOperation_PinOpType
impl StructuralPartialEq for Command_PinOperation_PinOpType
Auto Trait Implementations§
impl Freeze for Command_PinOperation_PinOpType
impl RefUnwindSafe for Command_PinOperation_PinOpType
impl Send for Command_PinOperation_PinOpType
impl Sync for Command_PinOperation_PinOpType
impl Unpin for Command_PinOperation_PinOpType
impl UnwindSafe for Command_PinOperation_PinOpType
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