pub struct MapConfig {
pub name: &'static str,
pub va_start: Virt<u8>,
pub pa_start: Phys<u8>,
pub size: usize,
pub access: AccessSetting,
pub cache: CacheSetting,
}Fields§
§name: &'static str§va_start: Virt<u8>§pa_start: Phys<u8>§size: usize§access: AccessSetting§cache: CacheSettingTrait Implementations§
Auto Trait Implementations§
impl Freeze for MapConfig
impl RefUnwindSafe for MapConfig
impl Send for MapConfig
impl Sync for MapConfig
impl Unpin for MapConfig
impl UnwindSafe for MapConfig
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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