#[repr(C)]pub struct ImVector_ImGuiShrinkWidthItem {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImGuiShrinkWidthItem,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut ImGuiShrinkWidthItemTrait Implementations§
Source§impl Clone for ImVector_ImGuiShrinkWidthItem
impl Clone for ImVector_ImGuiShrinkWidthItem
Source§fn clone(&self) -> ImVector_ImGuiShrinkWidthItem
fn clone(&self) -> ImVector_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 Hash for ImVector_ImGuiShrinkWidthItem
impl Hash for ImVector_ImGuiShrinkWidthItem
Source§impl PartialEq for ImVector_ImGuiShrinkWidthItem
impl PartialEq for ImVector_ImGuiShrinkWidthItem
Source§fn eq(&self, other: &ImVector_ImGuiShrinkWidthItem) -> bool
fn eq(&self, other: &ImVector_ImGuiShrinkWidthItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImVector_ImGuiShrinkWidthItem
impl Eq for ImVector_ImGuiShrinkWidthItem
impl StructuralPartialEq for ImVector_ImGuiShrinkWidthItem
Auto Trait Implementations§
impl Freeze for ImVector_ImGuiShrinkWidthItem
impl RefUnwindSafe for ImVector_ImGuiShrinkWidthItem
impl !Send for ImVector_ImGuiShrinkWidthItem
impl !Sync for ImVector_ImGuiShrinkWidthItem
impl Unpin for ImVector_ImGuiShrinkWidthItem
impl UnwindSafe for ImVector_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