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