Docs.rs
is-odd-1.1.1
is-odd 1.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nukeop
Dependencies
Versions
0%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
is_odd
1.1.1
IsOdd
Required Methods
is_odd
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate is_
odd
is_odd
Trait
IsOdd
Copy item path
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
f32
Source
§
fn
is_odd
(&self) ->
bool
Source
§
impl
IsOdd
for
f64
Source
§
fn
is_odd
(&self) ->
bool
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
§