webrender::profiler

Trait EventValue

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§