#[repr(C)]pub struct arm64_op_sme_index {
pub reg: Type,
pub base: Type,
pub disp: i32,
}Expand description
SME Instruction’s operand has index This is associated with ARM64_OP_SME_INDEX operand type above
Fields§
§reg: Type< register being indexed
base: Type< base register
disp: i32< displacement/offset value
Trait Implementations§
Source§impl Clone for arm64_op_sme_index
impl Clone for arm64_op_sme_index
Source§fn clone(&self) -> arm64_op_sme_index
fn clone(&self) -> arm64_op_sme_index
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 arm64_op_sme_index
impl Debug for arm64_op_sme_index
impl Copy for arm64_op_sme_index
Auto Trait Implementations§
impl Freeze for arm64_op_sme_index
impl RefUnwindSafe for arm64_op_sme_index
impl Send for arm64_op_sme_index
impl Sync for arm64_op_sme_index
impl Unpin for arm64_op_sme_index
impl UnwindSafe for arm64_op_sme_index
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