Enum rp_pac::qmi::vals::DummyWidth
source · #[repr(u8)]pub enum DummyWidth {
S = 0,
D = 1,
Q = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
source§impl DummyWidth
impl DummyWidth
Trait Implementations§
source§impl Clone for DummyWidth
impl Clone for DummyWidth
source§fn clone(&self) -> DummyWidth
fn clone(&self) -> DummyWidth
Returns a copy 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 From<DummyWidth> for u8
impl From<DummyWidth> for u8
source§fn from(val: DummyWidth) -> u8
fn from(val: DummyWidth) -> u8
Converts to this type from the input type.
source§impl From<u8> for DummyWidth
impl From<u8> for DummyWidth
source§fn from(val: u8) -> DummyWidth
fn from(val: u8) -> DummyWidth
Converts to this type from the input type.
source§impl Ord for DummyWidth
impl Ord for DummyWidth
source§fn cmp(&self, other: &DummyWidth) -> Ordering
fn cmp(&self, other: &DummyWidth) -> 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 DummyWidth
impl PartialEq for DummyWidth
source§impl PartialOrd for DummyWidth
impl PartialOrd for DummyWidth
impl Copy for DummyWidth
impl Eq for DummyWidth
impl StructuralPartialEq for DummyWidth
Auto Trait Implementations§
impl Freeze for DummyWidth
impl RefUnwindSafe for DummyWidth
impl Send for DummyWidth
impl Sync for DummyWidth
impl Unpin for DummyWidth
impl UnwindSafe for DummyWidth
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)