pub struct VirtAddrSv32(_);
Trait Implementations
sourceimpl Address for VirtAddrSv32
impl Address for VirtAddrSv32
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 AddressL2 for VirtAddrSv32
impl AddressL2 for VirtAddrSv32
sourceimpl AddressX32 for VirtAddrSv32
impl AddressX32 for VirtAddrSv32
sourceimpl Clone for VirtAddrSv32
impl Clone for VirtAddrSv32
sourcefn clone(&self) -> VirtAddrSv32
fn clone(&self) -> VirtAddrSv32
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 VirtAddrSv32
impl Debug for VirtAddrSv32
sourceimpl Ord for VirtAddrSv32
impl Ord for VirtAddrSv32
sourceimpl PartialEq<VirtAddrSv32> for VirtAddrSv32
impl PartialEq<VirtAddrSv32> for VirtAddrSv32
sourcefn eq(&self, other: &VirtAddrSv32) -> bool
fn eq(&self, other: &VirtAddrSv32) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &VirtAddrSv32) -> bool
fn ne(&self, other: &VirtAddrSv32) -> bool
This method tests for !=
.
sourceimpl PartialOrd<VirtAddrSv32> for VirtAddrSv32
impl PartialOrd<VirtAddrSv32> for VirtAddrSv32
sourcefn partial_cmp(&self, other: &VirtAddrSv32) -> Option<Ordering>
fn partial_cmp(&self, other: &VirtAddrSv32) -> 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 VirtAddrSv32
impl VirtualAddress for VirtAddrSv32
impl Copy for VirtAddrSv32
impl Eq for VirtAddrSv32
impl StructuralEq for VirtAddrSv32
impl StructuralPartialEq for VirtAddrSv32
Auto Trait Implementations
impl RefUnwindSafe for VirtAddrSv32
impl Send for VirtAddrSv32
impl Sync for VirtAddrSv32
impl Unpin for VirtAddrSv32
impl UnwindSafe for VirtAddrSv32
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