rerun
0.20.0
One
Required Associated Constants
ONE
Implementations on Foreign Types
f32
f64
Object Safety
Implementors
In rerun::external::eframe::egui::epaint::emath
?
Settings
Trait
rerun
::
external
::
eframe
::
egui
::
epaint
::
emath
::
One
Copy item path
[
−
]
pub trait One { const
ONE
: Self; }
Expand description
Helper trait to implement
lerp
and
remap
.
Required Associated Constants
§
const
ONE
: Self
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
§
impl
One
for
f32
§
const
ONE
:
f32
= 1f32
§
impl
One
for
f64
§
const
ONE
:
f64
= 1f64
Implementors
§