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
Neg
const_
ops
0.2.2
Neg
Required Associated Types
Output
Required Methods
neg
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
i128
isize
Implementors
In crate const_
ops
const_ops
Trait
Neg
Copy item path
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
f32
Source
§
type
Output
=
f32
Source
§
fn
neg
(self) ->
f32
Source
§
impl
Neg
for
f64
Source
§
type
Output
=
f64
Source
§
fn
neg
(self) ->
f64
Source
§
impl
Neg
for
i8
Source
§
type
Output
=
i8
Source
§
fn
neg
(self) ->
i8
Source
§
impl
Neg
for
i16
Source
§
type
Output
=
i16
Source
§
fn
neg
(self) ->
i16
Source
§
impl
Neg
for
i32
Source
§
type
Output
=
i32
Source
§
fn
neg
(self) ->
i32
Source
§
impl
Neg
for
i64
Source
§
type
Output
=
i64
Source
§
fn
neg
(self) ->
i64
Source
§
impl
Neg
for
i128
Source
§
type
Output
=
i128
Source
§
fn
neg
(self) ->
i128
Source
§
impl
Neg
for
isize
Source
§
type
Output
=
isize
Source
§
fn
neg
(self) ->
isize
Implementors
§