pub struct MemoryRegionAttributesRaw { /* private fields */ }Expand description
The ARM Cortex-A architecture reference manual p.1363 specifies these attributes in more detail.
The B (Bufferable), C (Cacheable), and TEX (Type extension) bit names are inherited from earlier versions of the architecture. These names no longer adequately describe the function of the B, C, and TEX bits.
Implementations§
Trait Implementations§
Source§impl Clone for MemoryRegionAttributesRaw
impl Clone for MemoryRegionAttributesRaw
Source§fn clone(&self) -> MemoryRegionAttributesRaw
fn clone(&self) -> MemoryRegionAttributesRaw
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 MemoryRegionAttributesRaw
impl Debug for MemoryRegionAttributesRaw
impl Copy for MemoryRegionAttributesRaw
impl Eq for MemoryRegionAttributesRaw
impl StructuralPartialEq for MemoryRegionAttributesRaw
Auto Trait Implementations§
impl Freeze for MemoryRegionAttributesRaw
impl RefUnwindSafe for MemoryRegionAttributesRaw
impl Send for MemoryRegionAttributesRaw
impl Sync for MemoryRegionAttributesRaw
impl Unpin for MemoryRegionAttributesRaw
impl UnwindSafe for MemoryRegionAttributesRaw
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