pub enum DeviceTypeSec {
NonSec = 0,
Sec = 1,
}Expand description
Indicates the device type
Value on reset: 0
Variants§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceTypeSec
Source§impl Debug for DeviceTypeSec
impl Debug for DeviceTypeSec
impl Eq for DeviceTypeSec
Source§impl From<DeviceTypeSec> for bool
impl From<DeviceTypeSec> for bool
Source§fn from(variant: DeviceTypeSec) -> Self
fn from(variant: DeviceTypeSec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeviceTypeSec
impl PartialEq for DeviceTypeSec
Source§fn eq(&self, other: &DeviceTypeSec) -> bool
fn eq(&self, other: &DeviceTypeSec) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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