CubeNot

Trait CubeNot 

Source
pub trait CubeNot:
    Not<Output = Self>
    + CubePrimitive
    + CubeType<ExpandType: NotExpand> {
    // Provided method
    fn __expand_not(
        scope: &mut Scope,
        x: ExpandElementTyped<Self>,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

Source

fn __expand_not( scope: &mut Scope, x: ExpandElementTyped<Self>, ) -> 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.

Implementations on Foreign Types§

Source§

impl CubeNot for bool

Source§

impl CubeNot for i8

Source§

impl CubeNot for i16

Source§

impl CubeNot for i32

Source§

impl CubeNot for i64

Source§

impl CubeNot for isize

Source§

impl CubeNot for u8

Source§

impl CubeNot for u16

Source§

impl CubeNot for u32

Source§

impl CubeNot for u64

Source§

impl CubeNot for usize

Implementors§

Source§

impl<P: CubePrimitive + CubeNot> CubeNot for Line<P>

Source§

impl<const POS: u8> CubeNot for ElemExpand<POS>

Source§

impl<const POS: u8> CubeNot for IntExpand<POS>