#[repr(C)]pub struct ImGuiShrinkWidthItem {
pub Index: c_int,
pub Width: f32,
pub InitialWidth: f32,
}Fields§
§Index: c_int§Width: f32§InitialWidth: f32Trait Implementations§
Source§impl Clone for ImGuiShrinkWidthItem
impl Clone for ImGuiShrinkWidthItem
Source§fn clone(&self) -> ImGuiShrinkWidthItem
fn clone(&self) -> ImGuiShrinkWidthItem
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 ImGuiShrinkWidthItem
impl Debug for ImGuiShrinkWidthItem
Source§impl Default for ImGuiShrinkWidthItem
impl Default for ImGuiShrinkWidthItem
Source§fn default() -> ImGuiShrinkWidthItem
fn default() -> ImGuiShrinkWidthItem
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImGuiShrinkWidthItem
impl PartialEq for ImGuiShrinkWidthItem
impl Copy for ImGuiShrinkWidthItem
impl StructuralPartialEq for ImGuiShrinkWidthItem
Auto Trait Implementations§
impl Freeze for ImGuiShrinkWidthItem
impl RefUnwindSafe for ImGuiShrinkWidthItem
impl Send for ImGuiShrinkWidthItem
impl Sync for ImGuiShrinkWidthItem
impl Unpin for ImGuiShrinkWidthItem
impl UnwindSafe for ImGuiShrinkWidthItem
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