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