Struct arcdps_imgui_sys::ImGuiListClipper
source · #[repr(C)]pub struct ImGuiListClipper {
pub DisplayStart: c_int,
pub DisplayEnd: c_int,
pub ItemsCount: c_int,
pub StepNo: c_int,
pub ItemsFrozen: c_int,
pub ItemsHeight: f32,
pub StartPosY: f32,
}
Fields§
§DisplayStart: c_int
§DisplayEnd: c_int
§ItemsCount: c_int
§StepNo: c_int
§ItemsFrozen: c_int
§ItemsHeight: f32
§StartPosY: f32
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§fn default() -> ImGuiListClipper
fn default() -> ImGuiListClipper
Returns the “default value” for a type. Read more
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