#[repr(C)]pub struct ImGuiListClipperData {
pub ListClipper: *mut ImGuiListClipper,
pub LossynessOffset: f32,
pub StepNo: c_int,
pub ItemsFrozen: c_int,
pub Ranges: ImVector<ImGuiListClipperRange>,
}Fields§
§ListClipper: *mut ImGuiListClipper§LossynessOffset: f32§StepNo: c_int§ItemsFrozen: c_int§Ranges: ImVector<ImGuiListClipperRange>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiListClipperData
impl !RefUnwindSafe for ImGuiListClipperData
impl !Send for ImGuiListClipperData
impl !Sync for ImGuiListClipperData
impl Unpin for ImGuiListClipperData
impl !UnwindSafe for ImGuiListClipperData
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