pub struct RegisterListOperand {
pub first: RegisterOperand,
pub count: u8,
}Expand description
Register-list operand.
Fields§
§first: RegisterOperandFirst register in the list.
count: u8Register count.
Trait Implementations§
Source§impl Clone for RegisterListOperand
impl Clone for RegisterListOperand
Source§fn clone(&self) -> RegisterListOperand
fn clone(&self) -> RegisterListOperand
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 RegisterListOperand
impl Debug for RegisterListOperand
Source§impl PartialEq for RegisterListOperand
impl PartialEq for RegisterListOperand
impl Copy for RegisterListOperand
impl Eq for RegisterListOperand
impl StructuralPartialEq for RegisterListOperand
Auto Trait Implementations§
impl Freeze for RegisterListOperand
impl RefUnwindSafe for RegisterListOperand
impl Send for RegisterListOperand
impl Sync for RegisterListOperand
impl Unpin for RegisterListOperand
impl UnsafeUnpin for RegisterListOperand
impl UnwindSafe for RegisterListOperand
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