Struct imgui_sys::ImGuiListClipper
source · #[repr(C)]pub struct ImGuiListClipper {
pub DisplayStart: c_int,
pub DisplayEnd: c_int,
pub ItemsCount: c_int,
pub ItemsHeight: f32,
pub StartPosY: f32,
pub TempData: *mut c_void,
}
Fields§
§DisplayStart: c_int
§DisplayEnd: c_int
§ItemsCount: c_int
§ItemsHeight: f32
§StartPosY: f32
§TempData: *mut c_void
Trait Implementations§
source§impl Clone for ImGuiListClipper
impl Clone for ImGuiListClipper
source§fn clone(&self) -> ImGuiListClipper
fn clone(&self) -> ImGuiListClipper
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImGuiListClipper
impl Debug for ImGuiListClipper
source§impl Default for ImGuiListClipper
impl Default for ImGuiListClipper
source§impl PartialEq<ImGuiListClipper> for ImGuiListClipper
impl PartialEq<ImGuiListClipper> for ImGuiListClipper
source§fn eq(&self, other: &ImGuiListClipper) -> bool
fn eq(&self, other: &ImGuiListClipper) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.