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