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