Struct ui_image2d::State[][src]

pub struct State {
    pub mouse_pos: (f32, f32),
    pub hist_logscale: bool,
    // some fields omitted
}

Current state of the visualization of a 2D image

Fields

Mouse position relative to the image (in pixels)

Control whether histogram uses a log scale

Methods

impl State
[src]

Important traits for ValueIter<'a>

Trait Implementations

impl Default for State
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for State

impl Sync for State