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
☰
Neg
Required Associated Types
Output
Required Methods
neg
Implementations on Foreign Types
f32
f64
i128
i16
i32
i64
i8
isize
Implementors
In const_ops
?
Trait
const_ops
::
Neg
source
·
[
−
]
pub trait Neg { type
Output
; // Required method fn
neg
(self) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
neg
(self) -> Self::
Output
Implementations on Foreign Types
§
source
§
impl
Neg
for
i32
§
type
Output
=
i32
source
§
const fn
neg
(self) ->
i32
source
§
impl
Neg
for
f64
§
type
Output
=
f64
source
§
const fn
neg
(self) ->
f64
source
§
impl
Neg
for
i8
§
type
Output
=
i8
source
§
const fn
neg
(self) ->
i8
source
§
impl
Neg
for
isize
§
type
Output
=
isize
source
§
const fn
neg
(self) ->
isize
source
§
impl
Neg
for
f32
§
type
Output
=
f32
source
§
const fn
neg
(self) ->
f32
source
§
impl
Neg
for
i128
§
type
Output
=
i128
source
§
const fn
neg
(self) ->
i128
source
§
impl
Neg
for
i64
§
type
Output
=
i64
source
§
const fn
neg
(self) ->
i64
source
§
impl
Neg
for
i16
§
type
Output
=
i16
source
§
const fn
neg
(self) ->
i16
Implementors
§