Skip to main content

IntPromotedOp

Trait IntPromotedOp 

Source
pub trait IntPromotedOp: Op + OneResultInterface {
    // Provided method
    fn verify(_op: &dyn Op, _ctx: &Context) -> Result<()>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn verify(_op: &dyn Op, _ctx: &Context) -> Result<()>
where Self: Sized,

Trait Implementations§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntPromotedOp for BitwiseAndOp

Source§

impl IntPromotedOp for BitwiseNotOp

Source§

impl IntPromotedOp for BitwiseOrOp

Source§

impl IntPromotedOp for BitwiseXorOp

Source§

impl IntPromotedOp for BoolAndOp

Source§

impl IntPromotedOp for BoolOrOp

Source§

impl IntPromotedOp for FAddOp

Source§

impl IntPromotedOp for FDivOp

Source§

impl IntPromotedOp for FEqualOp

Source§

impl IntPromotedOp for FGreaterThanOp

Source§

impl IntPromotedOp for FGreaterThanOrEqualOp

Source§

impl IntPromotedOp for FLessThanOp

Source§

impl IntPromotedOp for FLessThanOrEqualOp

Source§

impl IntPromotedOp for FMulOp

Source§

impl IntPromotedOp for FNotEqualOp

Source§

impl IntPromotedOp for FSubOp

Source§

impl IntPromotedOp for IAddOp

Source§

impl IntPromotedOp for IEqualOp

Source§

impl IntPromotedOp for IMulOp

Source§

impl IntPromotedOp for INotEqualOp

Source§

impl IntPromotedOp for ISubOp

Source§

impl IntPromotedOp for SAbsOp

Source§

impl IntPromotedOp for SClampOp

Source§

impl IntPromotedOp for SDivOp

Source§

impl IntPromotedOp for SGreaterThanOp

Source§

impl IntPromotedOp for SGreaterThanOrEqualOp

Source§

impl IntPromotedOp for SLessThanOp

Source§

impl IntPromotedOp for SLessThanOrEqualOp

Source§

impl IntPromotedOp for SMaxOp

Source§

impl IntPromotedOp for SMinOp

Source§

impl IntPromotedOp for SNegOp

Source§

impl IntPromotedOp for SRemOp

Source§

impl IntPromotedOp for ShiftLeftOp

Source§

impl IntPromotedOp for ShiftRightOp

Source§

impl IntPromotedOp for UClampOp

Source§

impl IntPromotedOp for UDivOp

Source§

impl IntPromotedOp for UGreaterThanOp

Source§

impl IntPromotedOp for UGreaterThanOrEqualOp

Source§

impl IntPromotedOp for ULessThanOp

Source§

impl IntPromotedOp for ULessThanOrEqualOp

Source§

impl IntPromotedOp for UMaxOp

Source§

impl IntPromotedOp for UMinOp

Source§

impl IntPromotedOp for URemOp

Implementors§