Trait const_ops::Not

source ·
pub trait Not {
    type Output;

    // Required method
    fn not(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn not(self) -> Self::Output

Implementations on Foreign Types§

source§

impl Not for u128

§

type Output = u128

source§

const fn not(self) -> u128

source§

impl Not for i128

§

type Output = i128

source§

const fn not(self) -> i128

source§

impl Not for i64

§

type Output = i64

source§

const fn not(self) -> i64

source§

impl Not for i32

§

type Output = i32

source§

const fn not(self) -> i32

source§

impl Not for u32

§

type Output = u32

source§

const fn not(self) -> u32

source§

impl Not for u16

§

type Output = u16

source§

const fn not(self) -> u16

source§

impl Not for u64

§

type Output = u64

source§

const fn not(self) -> u64

source§

impl Not for i8

§

type Output = i8

source§

const fn not(self) -> i8

source§

impl Not for bool

§

type Output = bool

source§

const fn not(self) -> bool

source§

impl Not for u8

§

type Output = u8

source§

const fn not(self) -> u8

source§

impl Not for usize

§

type Output = usize

source§

const fn not(self) -> usize

source§

impl Not for isize

§

type Output = isize

source§

const fn not(self) -> isize

source§

impl Not for i16

§

type Output = i16

source§

const fn not(self) -> i16

Implementors§