Skip to main content

CubeBitAndAssign

Trait CubeBitAndAssign 

Source
pub trait CubeBitAndAssign:
    BitAndAssign
    + CubePrimitive
    + CubeType<ExpandType: BitAndAssignExpand>
    + Sized {
    // Provided method
    fn __expand_bitand_assign(
        scope: &Scope,
        lhs: &mut NativeExpand<Self>,
        rhs: NativeExpand<Self>,
    ) { ... }
}

Provided Methods§

Source

fn __expand_bitand_assign( scope: &Scope, lhs: &mut NativeExpand<Self>, rhs: NativeExpand<Self>, )

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§