#[repr(u8)]pub enum DeviceId0RamSize {
Show 16 variants
Size8kb = 0,
Size16kb = 1,
Size32kb = 2,
Size64kb = 3,
Size96kb = 4,
Size128kb = 5,
Size160kb = 6,
Size192kb = 7,
Size256kb = 8,
Size288kb = 9,
Size352kb = 10,
Size512kb = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Size8kb = 0
8KB.
Size16kb = 1
16KB.
Size32kb = 2
32KB.
Size64kb = 3
64KB.
Size96kb = 4
96KB.
Size128kb = 5
128KB.
Size160kb = 6
160KB.
Size192kb = 7
192KB.
Size256kb = 8
256KB.
Size288kb = 9
288KB.
Size352kb = 10
352KB.
Size512kb = 11
512KB.
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for DeviceId0RamSize
impl Clone for DeviceId0RamSize
Source§fn clone(&self) -> DeviceId0RamSize
fn clone(&self) -> DeviceId0RamSize
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 DeviceId0RamSize
impl Debug for DeviceId0RamSize
Source§impl From<DeviceId0RamSize> for u8
impl From<DeviceId0RamSize> for u8
Source§fn from(val: DeviceId0RamSize) -> u8
fn from(val: DeviceId0RamSize) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DeviceId0RamSize
impl From<u8> for DeviceId0RamSize
Source§fn from(val: u8) -> DeviceId0RamSize
fn from(val: u8) -> DeviceId0RamSize
Converts to this type from the input type.
Source§impl Ord for DeviceId0RamSize
impl Ord for DeviceId0RamSize
Source§fn cmp(&self, other: &DeviceId0RamSize) -> Ordering
fn cmp(&self, other: &DeviceId0RamSize) -> 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 DeviceId0RamSize
impl PartialEq for DeviceId0RamSize
Source§impl PartialOrd for DeviceId0RamSize
impl PartialOrd for DeviceId0RamSize
impl Copy for DeviceId0RamSize
impl Eq for DeviceId0RamSize
impl StructuralPartialEq for DeviceId0RamSize
Auto Trait Implementations§
impl Freeze for DeviceId0RamSize
impl RefUnwindSafe for DeviceId0RamSize
impl Send for DeviceId0RamSize
impl Sync for DeviceId0RamSize
impl Unpin for DeviceId0RamSize
impl UnwindSafe for DeviceId0RamSize
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