Struct conrod::Floating [] [src]

pub struct Floating {
    pub time_last_clicked: u64,
}

State necessary for "floating" (pop-up style) widgets.

Fields

time_last_clicked: u64

The time the Widget was last clicked (used for depth sorting in the widget Graph).

Trait Implementations

impl PartialEq for Floating
[src]

fn eq(&self, __arg_0: &Floating) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Floating) -> bool

This method tests for !=.

impl Debug for Floating
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Floating
[src]

fn clone(&self) -> Floating

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Floating
[src]