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