pub struct MmLayout;
Implementations§
source§impl MmLayout
impl MmLayout
pub fn image_base() -> usize
pub fn image_size() -> usize
pub fn elrange_base() -> usize
pub fn elrange_size() -> usize
pub fn entry_address() -> usize
pub fn heap_base() -> usize
pub fn heap_min_size() -> usize
pub fn heap_size() -> usize
pub fn rsrvmem_base() -> usize
pub fn rsrvmem_min_size() -> usize
pub fn rsrvmem_size() -> usize
pub fn rsrvmm_default_perm() -> ProtectPerm
Auto Trait Implementations§
impl RefUnwindSafe for MmLayout
impl Send for MmLayout
impl Sync for MmLayout
impl Unpin for MmLayout
impl UnwindSafe for MmLayout
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