pub struct VirtAddrSv39(_);
Trait Implementations
sourceimpl Address for VirtAddrSv39
impl Address for VirtAddrSv39
fn new(addr: usize) -> Self
fn as_usize(&self) -> usize
fn page_number(&self) -> usize
fn page_offset(&self) -> usize
fn to_4k_aligned(&self) -> Self
sourceimpl AddressL3 for VirtAddrSv39
impl AddressL3 for VirtAddrSv39
sourceimpl AddressX64 for VirtAddrSv39
impl AddressX64 for VirtAddrSv39
sourceimpl Clone for VirtAddrSv39
impl Clone for VirtAddrSv39
sourcefn clone(&self) -> VirtAddrSv39
fn clone(&self) -> VirtAddrSv39
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VirtAddrSv39
impl Debug for VirtAddrSv39
sourceimpl Ord for VirtAddrSv39
impl Ord for VirtAddrSv39
sourceimpl PartialEq<VirtAddrSv39> for VirtAddrSv39
impl PartialEq<VirtAddrSv39> for VirtAddrSv39
sourcefn eq(&self, other: &VirtAddrSv39) -> bool
fn eq(&self, other: &VirtAddrSv39) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &VirtAddrSv39) -> bool
fn ne(&self, other: &VirtAddrSv39) -> bool
This method tests for !=
.
sourceimpl PartialOrd<VirtAddrSv39> for VirtAddrSv39
impl PartialOrd<VirtAddrSv39> for VirtAddrSv39
sourcefn partial_cmp(&self, other: &VirtAddrSv39) -> Option<Ordering>
fn partial_cmp(&self, other: &VirtAddrSv39) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl VirtualAddress for VirtAddrSv39
impl VirtualAddress for VirtAddrSv39
impl Copy for VirtAddrSv39
impl Eq for VirtAddrSv39
impl StructuralEq for VirtAddrSv39
impl StructuralPartialEq for VirtAddrSv39
Auto Trait Implementations
impl RefUnwindSafe for VirtAddrSv39
impl Send for VirtAddrSv39
impl Sync for VirtAddrSv39
impl Unpin for VirtAddrSv39
impl UnwindSafe for VirtAddrSv39
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more