#[repr(u8)]pub enum SecVioInfoMaster {
Show 16 variants
VALUE_0 = 0,
VALUE_1 = 1,
VALUE_2 = 2,
VALUE_3 = 3,
VALUE_4 = 4,
VALUE_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
VALUE_8 = 8,
VALUE_9 = 9,
VALUE_10 = 10,
VALUE_11 = 11,
VALUE_12 = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
VALUE_0 = 0
CPU0 Code.
VALUE_1 = 1
CPU0 System.
VALUE_2 = 2
CPU1 Data.
VALUE_3 = 3
CPU1 System.
VALUE_4 = 4
USB-HS Device.
VALUE_5 = 5
SDMA0.
_RESERVED_6 = 6
_RESERVED_7 = 7
VALUE_8 = 8
SDIO.
VALUE_9 = 9
PowerQuad.
VALUE_10 = 10
HASH.
VALUE_11 = 11
USB-FS Host.
VALUE_12 = 12
SDMA1.
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for SecVioInfoMaster
impl Clone for SecVioInfoMaster
Source§fn clone(&self) -> SecVioInfoMaster
fn clone(&self) -> SecVioInfoMaster
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 SecVioInfoMaster
impl Debug for SecVioInfoMaster
Source§impl From<SecVioInfoMaster> for u8
impl From<SecVioInfoMaster> for u8
Source§fn from(val: SecVioInfoMaster) -> u8
fn from(val: SecVioInfoMaster) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SecVioInfoMaster
impl From<u8> for SecVioInfoMaster
Source§fn from(val: u8) -> SecVioInfoMaster
fn from(val: u8) -> SecVioInfoMaster
Converts to this type from the input type.
Source§impl Ord for SecVioInfoMaster
impl Ord for SecVioInfoMaster
Source§fn cmp(&self, other: &SecVioInfoMaster) -> Ordering
fn cmp(&self, other: &SecVioInfoMaster) -> 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 SecVioInfoMaster
impl PartialEq for SecVioInfoMaster
Source§impl PartialOrd for SecVioInfoMaster
impl PartialOrd for SecVioInfoMaster
impl Copy for SecVioInfoMaster
impl Eq for SecVioInfoMaster
impl StructuralPartialEq for SecVioInfoMaster
Auto Trait Implementations§
impl Freeze for SecVioInfoMaster
impl RefUnwindSafe for SecVioInfoMaster
impl Send for SecVioInfoMaster
impl Sync for SecVioInfoMaster
impl Unpin for SecVioInfoMaster
impl UnwindSafe for SecVioInfoMaster
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