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