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