Skip to main content

CubeMulAssign

Trait CubeMulAssign 

Source
pub trait CubeMulAssign:
    MulAssign
    + CubePrimitive
    + CubeType<ExpandType: MulAssignExpand>
    + Sized {
    // Provided method
    fn __expand_mul_assign(
        scope: &mut Scope,
        lhs: NativeExpand<Self>,
        rhs: NativeExpand<Self>,
    ) { ... }
}

Provided Methods§

Source

fn __expand_mul_assign( scope: &mut Scope, lhs: NativeExpand<Self>, rhs: NativeExpand<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§