CubeAddAssign

Trait CubeAddAssign 

Source
pub trait CubeAddAssign:
    AddAssign
    + CubePrimitive
    + CubeType<ExpandType: AddAssignExpand>
    + Sized {
    // Provided method
    fn __expand_add_assign(
        scope: &mut Scope,
        lhs: ExpandElementTyped<Self>,
        rhs: ExpandElementTyped<Self>,
    ) { ... }
}

Provided Methods§

Source

fn __expand_add_assign( scope: &mut Scope, lhs: ExpandElementTyped<Self>, rhs: ExpandElementTyped<Self>, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§