[][src]Struct basalt::interface::bin::BinUpdateStats

pub struct BinUpdateStats {
    pub t_total: Duration,
    pub t_hidden: Duration,
    pub t_ancestors: Duration,
    pub t_position: Duration,
    pub t_zindex: Duration,
    pub t_image: Duration,
    pub t_opacity: Duration,
    pub t_verts: Duration,
    pub t_overflow: Duration,
    pub t_scale: Duration,
    pub t_callbacks: Duration,
    pub t_style_obtain: Duration,
    pub t_upcheck: Duration,
    pub t_postset: Duration,
    pub t_locks: Duration,
    pub t_text: Duration,
    pub t_ilmenite: Duration,
}

Fields

t_total: Durationt_hidden: Durationt_ancestors: Durationt_position: Durationt_zindex: Durationt_image: Durationt_opacity: Durationt_verts: Durationt_overflow: Durationt_scale: Durationt_callbacks: Durationt_style_obtain: Durationt_upcheck: Durationt_postset: Durationt_locks: Durationt_text: Durationt_ilmenite: Duration

Implementations

impl BinUpdateStats[src]

pub fn divide(self, amt: f32) -> Self[src]

pub fn average(stats: &Vec<BinUpdateStats>) -> BinUpdateStats[src]

pub fn sum(stats: &Vec<BinUpdateStats>) -> BinUpdateStats[src]

Trait Implementations

impl Clone for BinUpdateStats[src]

impl Copy for BinUpdateStats[src]

impl Debug for BinUpdateStats[src]

impl Default for BinUpdateStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Content for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> SetParameter for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.