#[repr(u8)]pub enum DeviceTypePkg {
Show 16 variants
HLQFP = 0,
HTQFP = 1,
BGA = 2,
HDQFP = 3,
QFN = 4,
CSP = 5,
LQFP = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
HLQFP = 0
HLQFP
HTQFP = 1
HTQFP
BGA = 2
BGA
HDQFP = 3
HDQFP
QFN = 4
QFN
CSP = 5
CSP
LQFP = 6
LQFP
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Source§impl DeviceTypePkg
impl DeviceTypePkg
Trait Implementations§
Source§impl Clone for DeviceTypePkg
impl Clone for DeviceTypePkg
Source§fn clone(&self) -> DeviceTypePkg
fn clone(&self) -> DeviceTypePkg
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 DeviceTypePkg
impl Debug for DeviceTypePkg
Source§impl From<DeviceTypePkg> for u8
impl From<DeviceTypePkg> for u8
Source§fn from(val: DeviceTypePkg) -> u8
fn from(val: DeviceTypePkg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DeviceTypePkg
impl From<u8> for DeviceTypePkg
Source§fn from(val: u8) -> DeviceTypePkg
fn from(val: u8) -> DeviceTypePkg
Converts to this type from the input type.
Source§impl Ord for DeviceTypePkg
impl Ord for DeviceTypePkg
Source§fn cmp(&self, other: &DeviceTypePkg) -> Ordering
fn cmp(&self, other: &DeviceTypePkg) -> 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 DeviceTypePkg
impl PartialEq for DeviceTypePkg
Source§impl PartialOrd for DeviceTypePkg
impl PartialOrd for DeviceTypePkg
impl Copy for DeviceTypePkg
impl Eq for DeviceTypePkg
impl StructuralPartialEq for DeviceTypePkg
Auto Trait Implementations§
impl Freeze for DeviceTypePkg
impl RefUnwindSafe for DeviceTypePkg
impl Send for DeviceTypePkg
impl Sync for DeviceTypePkg
impl Unpin for DeviceTypePkg
impl UnwindSafe for DeviceTypePkg
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