Struct aarch64defs::SystemRegEncoding
source · pub struct SystemRegEncoding(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for SystemRegEncoding
impl Clone for SystemRegEncoding
source§fn clone(&self) -> SystemRegEncoding
fn clone(&self) -> SystemRegEncoding
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SystemRegEncoding
impl Debug for SystemRegEncoding
source§impl Default for SystemRegEncoding
impl Default for SystemRegEncoding
source§impl From<SystemRegEncoding> for u32
impl From<SystemRegEncoding> for u32
source§fn from(v: SystemRegEncoding) -> u32
fn from(v: SystemRegEncoding) -> u32
Converts to this type from the input type.
source§impl From<u32> for SystemRegEncoding
impl From<u32> for SystemRegEncoding
source§impl Hash for SystemRegEncoding
impl Hash for SystemRegEncoding
source§impl Ord for SystemRegEncoding
impl Ord for SystemRegEncoding
source§fn cmp(&self, other: &SystemRegEncoding) -> Ordering
fn cmp(&self, other: &SystemRegEncoding) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SystemRegEncoding
impl PartialEq for SystemRegEncoding
source§impl PartialOrd for SystemRegEncoding
impl PartialOrd for SystemRegEncoding
impl Copy for SystemRegEncoding
impl Eq for SystemRegEncoding
impl StructuralPartialEq for SystemRegEncoding
Auto Trait Implementations§
impl Freeze for SystemRegEncoding
impl RefUnwindSafe for SystemRegEncoding
impl Send for SystemRegEncoding
impl Sync for SystemRegEncoding
impl Unpin for SystemRegEncoding
impl UnwindSafe for SystemRegEncoding
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)