pub struct SRem {
pub operand0: ConstantRef,
pub operand1: ConstantRef,
}
Fields§
§operand0: ConstantRef
§operand1: ConstantRef
Trait Implementations§
source§impl ConstBinaryOp for SRem
impl ConstBinaryOp for SRem
fn get_operand0(&self) -> ConstantRef
fn get_operand1(&self) -> ConstantRef
source§impl 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§
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