webrender
0.65.0
EventValue
Required Methods
into_f64
Implementations on Foreign Types
f32
f64
i32
u32
u64
usize
Implementors
In webrender::profiler
Trait
webrender
::
profiler
::
EventValue
Copy item path
source
·
[
−
]
pub trait EventValue { // Required method fn
into_f64
(self) ->
f64
; }
Required Methods
§
source
fn
into_f64
(self) ->
f64
Implementations on Foreign Types
§
source
§
impl
EventValue
for
f32
source
§
fn
into_f64
(self) ->
f64
source
§
impl
EventValue
for
f64
source
§
fn
into_f64
(self) ->
f64
source
§
impl
EventValue
for
i32
source
§
fn
into_f64
(self) ->
f64
source
§
impl
EventValue
for
u32
source
§
fn
into_f64
(self) ->
f64
source
§
impl
EventValue
for
u64
source
§
fn
into_f64
(self) ->
f64
source
§
impl
EventValue
for
usize
source
§
fn
into_f64
(self) ->
f64
Implementors
§