Struct page_region
struct page_region { ... }
Fields
start: __u64end: __u64categories: __u64
Implementations
impl Clone for page_region
fn clone(self: &Self) -> page_region
impl Copy for page_region
impl Debug for page_region
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for page_region
impl RefUnwindSafe for page_region
impl Send for page_region
impl Sync for page_region
impl Unpin for page_region
impl UnsafeUnpin for page_region
impl UnwindSafe for page_region
impl<T> Any for page_region
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for page_region
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for page_region
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for page_region
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for page_region
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for page_region
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for page_region
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for page_region
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>