pub struct ExtendOperand {
pub kind: ExtendKind,
pub amount: Option<u8>,
}Expand description
Extend modifier operand.
Fields§
§kind: ExtendKindExtend kind.
amount: Option<u8>Optional shift amount.
Trait Implementations§
Source§impl Clone for ExtendOperand
impl Clone for ExtendOperand
Source§fn clone(&self) -> ExtendOperand
fn clone(&self) -> ExtendOperand
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 ExtendOperand
impl Debug for ExtendOperand
Source§impl PartialEq for ExtendOperand
impl PartialEq for ExtendOperand
impl Copy for ExtendOperand
impl Eq for ExtendOperand
impl StructuralPartialEq for ExtendOperand
Auto Trait Implementations§
impl Freeze for ExtendOperand
impl RefUnwindSafe for ExtendOperand
impl Send for ExtendOperand
impl Sync for ExtendOperand
impl Unpin for ExtendOperand
impl UnsafeUnpin for ExtendOperand
impl UnwindSafe for ExtendOperand
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