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