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