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