#[repr(C)]pub struct ImGuiListClipperRange {
pub Min: c_int,
pub Max: c_int,
pub PosToIndexConvert: bool,
pub PosToIndexOffsetMin: ImS8,
pub PosToIndexOffsetMax: ImS8,
}Fields§
§Min: c_int§Max: c_int§PosToIndexConvert: bool§PosToIndexOffsetMin: ImS8§PosToIndexOffsetMax: ImS8Trait Implementations§
Source§impl Clone for ImGuiListClipperRange
impl Clone for ImGuiListClipperRange
Source§fn clone(&self) -> ImGuiListClipperRange
fn clone(&self) -> ImGuiListClipperRange
Returns a duplicate 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 ImGuiListClipperRange
impl Debug for ImGuiListClipperRange
Source§impl Default for ImGuiListClipperRange
impl Default for ImGuiListClipperRange
Source§fn default() -> ImGuiListClipperRange
fn default() -> ImGuiListClipperRange
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiListClipperRange
impl Hash for ImGuiListClipperRange
Source§impl PartialEq for ImGuiListClipperRange
impl PartialEq for ImGuiListClipperRange
impl Copy for ImGuiListClipperRange
impl Eq for ImGuiListClipperRange
impl StructuralPartialEq for ImGuiListClipperRange
Auto Trait Implementations§
impl Freeze for ImGuiListClipperRange
impl RefUnwindSafe for ImGuiListClipperRange
impl Send for ImGuiListClipperRange
impl Sync for ImGuiListClipperRange
impl Unpin for ImGuiListClipperRange
impl UnwindSafe for ImGuiListClipperRange
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