Docs.rs
is-odd-1.1.0
is-odd 1.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nukeop
Dependencies
Versions
0%
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
☰
is_odd
1.1.0
IsOdd
Required Methods
is_odd
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In crate is_odd
?
Trait
is_odd
::
IsOdd
source
·
[
−
]
pub trait IsOdd { // Required method fn
is_odd
(&self) ->
bool
; }
Required Methods
§
source
fn
is_odd
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsOdd
for
i8
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
i16
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
i32
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
i64
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
i128
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
isize
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
u8
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
u16
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
u32
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
u64
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
u128
source
§
fn
is_odd
(&self) ->
bool
source
§
impl
IsOdd
for
usize
source
§
fn
is_odd
(&self) ->
bool
Implementors
§