Docs.rs
const_ops-0.2.1
const_ops 0.2.1
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
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Required Associated Types
Output
Required Methods
not
Implementations on Foreign Types
bool
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In const_ops
?
Trait
const_ops
::
Not
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
u16
§
type
Output
=
u16
source
§
const fn
not
(self) ->
u16
source
§
impl
Not
for
u128
§
type
Output
=
u128
source
§
const fn
not
(self) ->
u128
source
§
impl
Not
for
isize
§
type
Output
=
isize
source
§
const fn
not
(self) ->
isize
source
§
impl
Not
for
i128
§
type
Output
=
i128
source
§
const fn
not
(self) ->
i128
source
§
impl
Not
for
bool
§
type
Output
=
bool
source
§
const fn
not
(self) ->
bool
source
§
impl
Not
for
u64
§
type
Output
=
u64
source
§
const fn
not
(self) ->
u64
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
u32
§
type
Output
=
u32
source
§
const fn
not
(self) ->
u32
source
§
impl
Not
for
i8
§
type
Output
=
i8
source
§
const fn
not
(self) ->
i8
source
§
impl
Not
for
i32
§
type
Output
=
i32
source
§
const fn
not
(self) ->
i32
source
§
impl
Not
for
i64
§
type
Output
=
i64
source
§
const fn
not
(self) ->
i64
source
§
impl
Not
for
i16
§
type
Output
=
i16
source
§
const fn
not
(self) ->
i16
Implementors
§