Struct imgui_sys::ImGuiListClipper [] [src]

pub struct ImGuiListClipper {
    pub items_height: c_float,
    pub items_count: c_int,
    pub display_start: c_int,
    pub display_end: c_int,
}

Fields

items_height: c_float items_count: c_int display_start: c_int display_end: c_int

Trait Implementations

impl Default for ImGuiListClipper
[src]

fn default() -> ImGuiListClipper

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

impl Debug for ImGuiListClipper
[src]

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

Formats the value using the given formatter.

impl Clone for ImGuiListClipper
[src]

fn clone(&self) -> ImGuiListClipper

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 ImGuiListClipper
[src]