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