#[repr(C)]pub struct ImVector_ImGuiItemFlags {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImGuiItemFlags,
}Fields§
§Size: c_int§Capacity: c_int§Data: *mut ImGuiItemFlagsTrait Implementations§
Source§impl Clone for ImVector_ImGuiItemFlags
impl Clone for ImVector_ImGuiItemFlags
Source§fn clone(&self) -> ImVector_ImGuiItemFlags
fn clone(&self) -> ImVector_ImGuiItemFlags
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 ImVector_ImGuiItemFlags
impl Debug for ImVector_ImGuiItemFlags
Source§impl Default for ImVector_ImGuiItemFlags
impl Default for ImVector_ImGuiItemFlags
Source§impl Hash for ImVector_ImGuiItemFlags
impl Hash for ImVector_ImGuiItemFlags
Source§impl PartialEq for ImVector_ImGuiItemFlags
impl PartialEq for ImVector_ImGuiItemFlags
impl Copy for ImVector_ImGuiItemFlags
impl Eq for ImVector_ImGuiItemFlags
impl StructuralPartialEq for ImVector_ImGuiItemFlags
Auto Trait Implementations§
impl Freeze for ImVector_ImGuiItemFlags
impl RefUnwindSafe for ImVector_ImGuiItemFlags
impl !Send for ImVector_ImGuiItemFlags
impl !Sync for ImVector_ImGuiItemFlags
impl Unpin for ImVector_ImGuiItemFlags
impl UnwindSafe for ImVector_ImGuiItemFlags
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