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 for ImGuiListClipper
impl PartialEq 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 ==
.impl Copy for ImGuiListClipper
impl StructuralPartialEq for ImGuiListClipper
Auto Trait Implementations§
impl Freeze for ImGuiListClipper
impl RefUnwindSafe for ImGuiListClipper
impl !Send for ImGuiListClipper
impl !Sync for ImGuiListClipper
impl Unpin for ImGuiListClipper
impl UnwindSafe for ImGuiListClipper
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more