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