Skip to main content

RudaNot

Trait RudaNot 

Source
pub trait RudaNot:
    Not<Output = Self>
    + RudaPrimitive
    + RudaType<ExpandType: NotExpand> {
    // Provided method
    fn __expand_not(
        scope: &mut Scope,
        x: NativeExpand<Self>,
    ) -> NativeExpand<Self> { ... }
}

Provided Methods§

Source

fn __expand_not(scope: &mut Scope, x: NativeExpand<Self>) -> NativeExpand<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl RudaNot for bool

Source§

impl RudaNot for i8

Source§

impl RudaNot for i16

Source§

impl RudaNot for i32

Source§

impl RudaNot for i64

Source§

impl RudaNot for isize

Source§

impl RudaNot for u8

Source§

impl RudaNot for u16

Source§

impl RudaNot for u32

Source§

impl RudaNot for u64

Source§

impl RudaNot for usize

Implementors§

Source§

impl<Marker: 'static> RudaNot for DynamicScalar<Marker>

Source§

impl<P: Scalar + RudaNot, N: Size> RudaNot for Vector<P, N>