pub struct SRem {
pub operand0: ConstantRef,
pub operand1: ConstantRef,
}
Fields
operand0: ConstantRef
operand1: ConstantRef
Trait Implementations
sourceimpl ConstBinaryOp for SRem
impl ConstBinaryOp for SRem
fn get_operand0(&self) -> ConstantRef
fn get_operand1(&self) -> ConstantRef
sourceimpl PartialEq<SRem> for SRem
impl PartialEq<SRem> for SRem
impl StructuralPartialEq for SRem
Auto Trait Implementations
impl RefUnwindSafe for SRem
impl Send for SRem
impl Sync for SRem
impl Unpin for SRem
impl UnwindSafe for SRem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more