pub struct SMod;Expand description
Signed modulo remainder operation.
Trait Implementations§
Source§impl Instruction for SMod
impl Instruction for SMod
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 moreimpl Copy for SMod
impl Eq for SMod
impl StructuralPartialEq for SMod
Auto Trait Implementations§
impl Freeze for SMod
impl RefUnwindSafe for SMod
impl Send for SMod
impl Sync for SMod
impl Unpin for SMod
impl UnwindSafe for SMod
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