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