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