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