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