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