webrender
0.66.0
Event
Value
Required Methods
into_f64
Implementations on Foreign Types
f32
f64
i32
u32
u64
usize
Implementors
In webrender::
profiler
webrender
::
profiler
Trait
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
§