#[repr(C)]pub struct RegisterARM64CP {
pub crn: u32,
pub crm: u32,
pub op0: u32,
pub op1: u32,
pub op2: u32,
pub val: u64,
}Fields§
§crn: u32§crm: u32§op0: u32§op1: u32§op2: u32§val: u64Implementations§
Source§impl RegisterARM64CP
impl RegisterARM64CP
pub const fn new() -> Self
pub const fn crn(self, crn: u32) -> Self
pub const fn crm(self, crm: u32) -> Self
pub const fn op0(self, op0: u32) -> Self
pub const fn op1(self, op1: u32) -> Self
pub const fn op2(self, op2: u32) -> Self
pub const fn val(self, val: u64) -> Self
Trait Implementations§
Source§impl Clone for RegisterARM64CP
impl Clone for RegisterARM64CP
Source§fn clone(&self) -> RegisterARM64CP
fn clone(&self) -> RegisterARM64CP
Returns a duplicate 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 RegisterARM64CP
impl Debug for RegisterARM64CP
Source§impl Default for RegisterARM64CP
impl Default for RegisterARM64CP
Source§impl Ord for RegisterARM64CP
impl Ord for RegisterARM64CP
Source§fn cmp(&self, other: &RegisterARM64CP) -> Ordering
fn cmp(&self, other: &RegisterARM64CP) -> 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 RegisterARM64CP
impl PartialEq for RegisterARM64CP
Source§impl PartialOrd for RegisterARM64CP
impl PartialOrd for RegisterARM64CP
impl Copy for RegisterARM64CP
impl Eq for RegisterARM64CP
impl StructuralPartialEq for RegisterARM64CP
Auto Trait Implementations§
impl Freeze for RegisterARM64CP
impl RefUnwindSafe for RegisterARM64CP
impl Send for RegisterARM64CP
impl Sync for RegisterARM64CP
impl Unpin for RegisterARM64CP
impl UnwindSafe for RegisterARM64CP
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