#[repr(u8)]pub enum NumOfTarget {
MIXXN_2KB = 0,
MIYYN_4KB = 1,
MXXXIN_8KB = 2,
MINTTT_16KB = 3,
}Variants§
MIXXN_2KB = 0
1 RPMC flash device is supported
MIYYN_4KB = 1
2 RPMC flash device is supported
MXXXIN_8KB = 2
3 RPMC flash device is supported
MINTTT_16KB = 3
4 RPMC flash device is supported
Implementations§
Source§impl NumOfTarget
impl NumOfTarget
Trait Implementations§
Source§impl Clone for NumOfTarget
impl Clone for NumOfTarget
Source§fn clone(&self) -> NumOfTarget
fn clone(&self) -> NumOfTarget
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 NumOfTarget
impl Debug for NumOfTarget
Source§impl From<NumOfTarget> for u8
impl From<NumOfTarget> for u8
Source§fn from(val: NumOfTarget) -> u8
fn from(val: NumOfTarget) -> u8
Converts to this type from the input type.
Source§impl From<u8> for NumOfTarget
impl From<u8> for NumOfTarget
Source§fn from(val: u8) -> NumOfTarget
fn from(val: u8) -> NumOfTarget
Converts to this type from the input type.
Source§impl Ord for NumOfTarget
impl Ord for NumOfTarget
Source§fn cmp(&self, other: &NumOfTarget) -> Ordering
fn cmp(&self, other: &NumOfTarget) -> 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 NumOfTarget
impl PartialEq for NumOfTarget
Source§impl PartialOrd for NumOfTarget
impl PartialOrd for NumOfTarget
impl Copy for NumOfTarget
impl Eq for NumOfTarget
impl StructuralPartialEq for NumOfTarget
Auto Trait Implementations§
impl Freeze for NumOfTarget
impl RefUnwindSafe for NumOfTarget
impl Send for NumOfTarget
impl Sync for NumOfTarget
impl Unpin for NumOfTarget
impl UnwindSafe for NumOfTarget
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