pub struct FCmp {
pub predicate: FPPredicate,
pub operand0: ConstantRef,
pub operand1: ConstantRef,
}
Fields
predicate: FPPredicate
operand0: ConstantRef
operand1: ConstantRef
Trait Implementations
sourceimpl ConstBinaryOp for FCmp
impl ConstBinaryOp for FCmp
fn get_operand0(&self) -> ConstantRef
fn get_operand1(&self) -> ConstantRef
sourceimpl PartialEq<FCmp> for FCmp
impl PartialEq<FCmp> for FCmp
impl StructuralPartialEq for FCmp
Auto Trait Implementations
impl RefUnwindSafe for FCmp
impl Send for FCmp
impl Sync for FCmp
impl Unpin for FCmp
impl UnwindSafe for FCmp
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