Enum Dw
#[repr(u8)]pub enum Dw {
Byte = 0,
HalfWord = 1,
Word = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Dw
impl Eq for Dw
§impl Ord for Dw
impl Ord for Dw
1.21.0 (const: unstable) · 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
§impl PartialOrd for Dw
impl PartialOrd for Dw
impl StructuralPartialEq for Dw
Auto Trait Implementations§
impl Freeze for Dw
impl RefUnwindSafe for Dw
impl Send for Dw
impl Sync for Dw
impl Unpin for Dw
impl UnsafeUnpin for Dw
impl UnwindSafe for Dw
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