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