pub struct LateMapVtl0MemoryConfig {
pub allowed_ranges: LateMapVtl0AllowedRanges,
pub policy: LateMapVtl0MemoryPolicy,
}
Expand description
Config used to determine late mapping VTL0 memory.
Fields§
§allowed_ranges: LateMapVtl0AllowedRanges
What ranges VTL2 are allowed to access before VTL0 memory is mapped. Generally this consists of the ranges representing VTL2 ram.
policy: LateMapVtl0MemoryPolicy
The policy for the partition mapping VTL0 memory late.
Trait Implementations§
Source§impl Clone for LateMapVtl0MemoryConfig
impl Clone for LateMapVtl0MemoryConfig
Source§fn clone(&self) -> LateMapVtl0MemoryConfig
fn clone(&self) -> LateMapVtl0MemoryConfig
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for LateMapVtl0MemoryConfig
impl RefUnwindSafe for LateMapVtl0MemoryConfig
impl Send for LateMapVtl0MemoryConfig
impl Sync for LateMapVtl0MemoryConfig
impl Unpin for LateMapVtl0MemoryConfig
impl UnwindSafe for LateMapVtl0MemoryConfig
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