pub struct PageRegion {
pub page_base: u64,
pub page_count: u64,
}
Fields§
§page_base: u64
§page_count: u64
Trait Implementations§
Source§impl Debug for PageRegion
impl Debug for PageRegion
Source§impl PartialEq for PageRegion
impl PartialEq for PageRegion
impl Eq for PageRegion
impl StructuralPartialEq for PageRegion
Auto Trait Implementations§
impl Freeze for PageRegion
impl RefUnwindSafe for PageRegion
impl Send for PageRegion
impl Sync for PageRegion
impl Unpin for PageRegion
impl UnwindSafe for PageRegion
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