Struct imgui_sys::ImGuiListClipper [] [src]

#[repr(C)]
pub struct ImGuiListClipper { pub start_pos_y: c_float, pub items_height: c_float, pub items_count: c_int, pub step_no: c_int, pub display_start: c_int, pub display_end: c_int, }

Fields

Trait Implementations

impl Copy for ImGuiListClipper
[src]

impl Clone for ImGuiListClipper
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImGuiListClipper
[src]

Formats the value using the given formatter.

impl Default for ImGuiListClipper
[src]

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