Docs.rs
lib-0.0.2-beta
lib 0.0.2-beta
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
HCO168
Dependencies
Versions
8.66%
of the crate is documented
Go to latest stable release
Platform
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
Skip to main content
IsMaxNegativeValue
lib
0.0.2-beta
IsMax
Negative
Value
Required Methods
is_max_negative_value
Implementations on Foreign Types
bool
char
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In lib::
math::
traits::
constants
lib
::
math
::
traits
::
constants
Trait
IsMax
Negative
Value
Copy item path
Source
pub trait IsMaxNegativeValue { // Required method fn
is_max_negative_value
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_max_negative_value
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsMaxNegativeValue
for
bool
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
char
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
i8
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
i16
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
i32
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
i64
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
i128
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
isize
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
u8
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
u16
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
u32
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
u64
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
u128
Source
§
fn
is_max_negative_value
(&self) ->
bool
Source
§
impl
IsMaxNegativeValue
for
usize
Source
§
fn
is_max_negative_value
(&self) ->
bool
Implementors
§
Source
§
impl<T:
PartialEq
+
MaxNegativeValue
>
IsMaxNegativeValue
for T