☰
One
Required Methods
one
Implementations on Foreign Types
f32
f64
Implementors
In me3_framework::overlay::epaint::emath
?
Trait
me3_framework
::
overlay
::
epaint
::
emath
::
One
source
·
[
−
]
pub trait One { fn
one
() -> Self; }
Expand description
Helper trait to implement
lerp
and
remap
.
Required Methods
source
fn
one
() -> Self
Implementations on Foreign Types
source
impl
One
for
f32
source
fn
one
() ->
f32
source
impl
One
for
f64
source
fn
one
() ->
f64
Implementors