pub enum Region {
NonCacheable = 0,
WriteBackWriteAllocCacheable = 1,
WriteThroughCacheable = 2,
WriteBackNoWriteAllocCacheable = 3,
}Expand description
Outer cacheability attributes
Variants§
NonCacheable = 0
Normal memory, Outer Non-cacheable
WriteBackWriteAllocCacheable = 1
Normal memory, Outer Write-Back Write-Allocate Cacheable
WriteThroughCacheable = 2
Normal memory, Outer Write-Through Cacheable
WriteBackNoWriteAllocCacheable = 3
Normal memory, Outer Write-Back no Write-Allocate Cacheable
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnsafeUnpin for Region
impl UnwindSafe for Region
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)