pub struct Info {
pub page_size: u32,
pub page_granularity: u32,
}
Expand description
Virtual memory information.
Fields§
§page_size: u32
The size of a page of virtual memory.
page_granularity: u32
The granularity of a page of virtual memory.
Trait Implementations§
Source§impl Ord for Info
impl Ord for Info
Source§impl PartialOrd for Info
impl PartialOrd for Info
impl Copy for Info
impl Eq for Info
impl StructuralPartialEq for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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