#[repr(u8)]pub enum CacheEnet {
CACHE_ENET_0 = 0,
CACHE_ENET_1 = 1,
}Variants§
CACHE_ENET_0 = 0
Cacheable attribute is off for read/write transactions.
CACHE_ENET_1 = 1
Cacheable attribute is on for read/write transactions.
Implementations§
Trait Implementations§
Source§impl Ord for CacheEnet
impl Ord for CacheEnet
Source§impl PartialOrd for CacheEnet
impl PartialOrd for CacheEnet
impl Copy for CacheEnet
impl Eq for CacheEnet
impl StructuralPartialEq for CacheEnet
Auto Trait Implementations§
impl Freeze for CacheEnet
impl RefUnwindSafe for CacheEnet
impl Send for CacheEnet
impl Sync for CacheEnet
impl Unpin for CacheEnet
impl UnwindSafe for CacheEnet
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