Docs.rs
const_ops-0.2.2
const_ops 0.2.2
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
haennes
Dependencies
Versions
3.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Not
const_
ops
0.2.2
Not
Required Associated Types
Output
Required Methods
not
Implementations on Foreign Types
bool
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate const_
ops
const_ops
Trait
Not
Copy item path
Source
pub trait Not { type
Output
; // Required method fn
not
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
not
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl
Not
for
bool
Source
§
type
Output
=
bool
Source
§
fn
not
(self) ->
bool
Source
§
impl
Not
for
i8
Source
§
type
Output
=
i8
Source
§
fn
not
(self) ->
i8
Source
§
impl
Not
for
i16
Source
§
type
Output
=
i16
Source
§
fn
not
(self) ->
i16
Source
§
impl
Not
for
i32
Source
§
type
Output
=
i32
Source
§
fn
not
(self) ->
i32
Source
§
impl
Not
for
i64
Source
§
type
Output
=
i64
Source
§
fn
not
(self) ->
i64
Source
§
impl
Not
for
i128
Source
§
type
Output
=
i128
Source
§
fn
not
(self) ->
i128
Source
§
impl
Not
for
isize
Source
§
type
Output
=
isize
Source
§
fn
not
(self) ->
isize
Source
§
impl
Not
for
u8
Source
§
type
Output
=
u8
Source
§
fn
not
(self) ->
u8
Source
§
impl
Not
for
u16
Source
§
type
Output
=
u16
Source
§
fn
not
(self) ->
u16
Source
§
impl
Not
for
u32
Source
§
type
Output
=
u32
Source
§
fn
not
(self) ->
u32
Source
§
impl
Not
for
u64
Source
§
type
Output
=
u64
Source
§
fn
not
(self) ->
u64
Source
§
impl
Not
for
u128
Source
§
type
Output
=
u128
Source
§
fn
not
(self) ->
u128
Source
§
impl
Not
for
usize
Source
§
type
Output
=
usize
Source
§
fn
not
(self) ->
usize
Implementors
§