Skip to main content

Shared

Struct Shared 

Source
pub struct Shared;

Trait Implementations§

Source§

impl Clone for Shared

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Shared

Source§

impl Debug for Shared

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Shared

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl OpToCPP<Shared> for AtomicLoadOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicExchangeOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicCompareExchangeWeakOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicSMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicUMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicFMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicSMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicUMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicFMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicAndOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicOrOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AtomicXorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IAddOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FAddOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ISubOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FSubOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SDivOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UDivOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FDivOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IMulOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FMulOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for INotEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FNotEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SLessThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ULessThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FLessThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SLessThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ULessThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FLessThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SGreaterThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UGreaterThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FGreaterThanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SGreaterThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UGreaterThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FGreaterThanOrEqualOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ShiftLeftOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ShiftRightOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BitwiseOrOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BitwiseAndOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BitwiseXorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BoolOrOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BoolAndOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SRemOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for URemOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FRemOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SModFloorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FModFloorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SMulHiOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UMulHiOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FMinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FMaxOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SClampOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UClampOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FClampOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for PowfOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for PowiOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcTan2Op

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for HypotOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for RhypotOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IndexOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CopyOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IfOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SwitchOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for YieldOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ConditionOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ReturnOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for UnreachableOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for RangeLoopOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for WhileOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SelectOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ReadBuiltinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CppReadScalarOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CppReadStaticMetaOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CppReadDynamicMetaOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for DeclareLocalOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SliceSharedOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FmaOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CommentOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for PrintfOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for DeclareInfoTypeOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for DeclareComplexHelpersOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for LoadInfoOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for LoadDynMetaOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for DeclareVectorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IncludeOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for AllocSharedOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for LogOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CosOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for TanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for TanhOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SinhOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CoshOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcCosOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcSinOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcTanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcSinhOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcCoshOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ArcTanhOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SqrtOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for RsqrtOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ExpOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for Expm1Op

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CeilOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for TruncOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FloorOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for RoundOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ErfOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SAbsOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FreeOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CAbsOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CConjOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CRealOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CImagOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FAbsOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for SNegOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FNegOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BoolNotOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for BitwiseNotOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CountOnesOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ReverseBitsOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for LeadingZerosBitsOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for FindFirstSetOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CastOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ReinterpretCastOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for LoadOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for StoreOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IsNanOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for IsInfOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for ConstantOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CompositeConstructOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for VectorBroadcastOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CompositeInsertOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for CompositeExtractOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for VectorInsertDynamicOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl OpToCPP<Shared> for VectorExtractDynamicOp

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for VectorType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for AtomicType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for RuntimeArrayType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for ArrayType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for UnitType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for IntegerType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for BoolType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for FloatFlex32Type

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for Float32Type

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for Float64Type

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for IndexType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for Uvec3Type

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Source§

impl TypeToCPP<Shared> for InfoStructType

Source§

fn to_cpp(&self, ctx: &Context) -> String

Source§

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

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneExpand for T
where T: Clone,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Downcast for T
where T: Any,

Source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Converts Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Converts Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
Source§

fn as_any(&self) -> &(dyn Any + 'static)

Converts &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
Source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Converts &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DowncastSend for T
where T: Any + Send,

Source§

fn into_any_send(self: Box<T>) -> Box<dyn Any + Send>

Converts Box<Trait> (where Trait: DowncastSend) to Box<dyn Any + Send>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DowncastSync for T
where T: Any + Send + Sync,

Source§

fn into_any_sync(self: Box<T>) -> Box<dyn Any + Sync + Send>

Converts Box<Trait> (where Trait: DowncastSync) to Box<dyn Any + Send + Sync>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Converts Arc<Trait> (where Trait: DowncastSync) to Arc<Any>, which can then be downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoComptime for T

Source§

fn comptime(self) -> Self

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, !>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> TuneInputs for T
where T: Clone + Send + Sync + 'static,

Source§

type At<'a> = T

The concrete input type at lifetime 'a.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more