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