pub struct SignExtend;Expand description
Extend length of two’s complement signed integer.
Trait Implementations§
Source§impl Clone for SignExtend
impl Clone for SignExtend
Source§fn clone(&self) -> SignExtend
fn clone(&self) -> SignExtend
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 SignExtend
impl Debug for SignExtend
Source§impl Display for SignExtend
impl Display for SignExtend
Source§impl Hash for SignExtend
impl Hash for SignExtend
Source§impl Instruction for SignExtend
impl Instruction for SignExtend
Source§fn is_push(&self) -> bool
fn is_push(&self) -> bool
Returns a value signifying whether this instruction is of the type
PUSHx. Read moreSource§fn is_dup(&self) -> bool
fn is_dup(&self) -> bool
Returns a value signifying whether this instruction is of the type
DUPx. Read moreSource§fn is_swap(&self) -> bool
fn is_swap(&self) -> bool
Returns a value signifying whether this instruction is of the type
SWAPx. Read moreSource§impl PartialEq for SignExtend
impl PartialEq for SignExtend
impl Copy for SignExtend
impl Eq for SignExtend
impl StructuralPartialEq for SignExtend
Auto Trait Implementations§
impl Freeze for SignExtend
impl RefUnwindSafe for SignExtend
impl Send for SignExtend
impl Sync for SignExtend
impl Unpin for SignExtend
impl UnwindSafe for SignExtend
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