Skip to main content
CrtWrapping
nekolib
0.1.0
CrtWrapping
Required Associated Types
I
Required Methods
crt_wrapping
Implementations on Foreign Types
[(u8, u8)]
[(u16, u16)]
[(u32, u32)]
[(u64, u64)]
[(u128, u128)]
[(usize, usize)]
Implementors
In nekolib::
math::
garner
nekolib
::
math
::
garner
Trait
CrtWrapping
Copy item path
Source
pub trait CrtWrapping { type
I
; // Required method fn
crt_wrapping
(&self) -> Self::
I
; }
Required Associated Types
§
Source
type
I
Required Methods
§
Source
fn
crt_wrapping
(&self) -> Self::
I
Implementations on Foreign Types
§
Source
§
impl
CrtWrapping
for [(
u8
,
u8
)]
Source
§
type
I
=
u8
Source
§
fn
crt_wrapping
(&self) ->
u8
Source
§
impl
CrtWrapping
for [(
u16
,
u16
)]
Source
§
type
I
=
u16
Source
§
fn
crt_wrapping
(&self) ->
u16
Source
§
impl
CrtWrapping
for [(
u32
,
u32
)]
Source
§
type
I
=
u32
Source
§
fn
crt_wrapping
(&self) ->
u32
Source
§
impl
CrtWrapping
for [(
u64
,
u64
)]
Source
§
type
I
=
u64
Source
§
fn
crt_wrapping
(&self) ->
u64
Source
§
impl
CrtWrapping
for [(
u128
,
u128
)]
Source
§
type
I
=
u128
Source
§
fn
crt_wrapping
(&self) ->
u128
Source
§
impl
CrtWrapping
for [(
usize
,
usize
)]
Source
§
type
I
=
usize
Source
§
fn
crt_wrapping
(&self) ->
usize
Implementors
§