Docs.rs
grafix-toolbox-0.8.22
grafix-toolbox 0.8.22
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
installgentoo
Dependencies
bincode ^1
normal
optional
bitflags ^2
normal
const_format ^0.2
normal
crossbeam-channel ^0.5
normal
fastrand ^2
normal
optional
flume ^0.11
normal
gl ^0.14
normal
glfw ^0.58
normal
half ^2
normal
image ^0.25
normal
nalgebra ^0.33
normal
notify ^6
normal
optional
num_cpus ^1
normal
rusttype ^0.9
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
simdnoise ^3
normal
optional
smol ^2
normal
tobj ^4
normal
optional
zstd ^0.13
normal
optional
Versions
0%
of the crate is documented
Go to latest version
Platform
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
grafix_toolbox
0.8.22
EucMod
Required Methods
euc_mod
Implementations on Foreign Types
f32
f64
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Object Safety
Implementors
In grafix_toolbox::lib::ext
Trait
grafix_toolbox
::
lib
::
ext
::
EucMod
Copy item path
source
·
[
−
]
pub trait EucMod<T> { // Required method fn
euc_mod
(self, _: T) -> Self; }
Required Methods
§
source
fn
euc_mod
(self, _: T) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl<T>
EucMod
<T> for
f32
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
f64
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
i8
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
i16
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
i32
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
i64
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
i128
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
isize
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
u8
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
u16
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
u32
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
u64
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
u128
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
source
§
impl<T>
EucMod
<T> for
usize
where Self:
Cast
<T>,
source
§
fn
euc_mod
(self, r: T) -> Self
Implementors
§
source
§
impl<T>
EucMod
<T> for
f16
where
f32
:
Cast
<T>,