Struct arcdps_imgui_sys::ImVector_ImDrawVert
source · #[repr(C)]pub struct ImVector_ImDrawVert {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImDrawVert,
}
Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut ImDrawVert
Trait Implementations§
source§impl Clone for ImVector_ImDrawVert
impl Clone for ImVector_ImDrawVert
source§fn clone(&self) -> ImVector_ImDrawVert
fn clone(&self) -> ImVector_ImDrawVert
Returns a copy 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_ImDrawVert
impl Debug for ImVector_ImDrawVert
source§impl Default for ImVector_ImDrawVert
impl Default for ImVector_ImDrawVert
source§impl Hash for ImVector_ImDrawVert
impl Hash for ImVector_ImDrawVert
source§impl PartialEq for ImVector_ImDrawVert
impl PartialEq for ImVector_ImDrawVert
source§fn eq(&self, other: &ImVector_ImDrawVert) -> bool
fn eq(&self, other: &ImVector_ImDrawVert) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImVector_ImDrawVert
impl Eq for ImVector_ImDrawVert
impl StructuralPartialEq for ImVector_ImDrawVert
Auto Trait Implementations§
impl Freeze for ImVector_ImDrawVert
impl RefUnwindSafe for ImVector_ImDrawVert
impl !Send for ImVector_ImDrawVert
impl !Sync for ImVector_ImDrawVert
impl Unpin for ImVector_ImDrawVert
impl UnwindSafe for ImVector_ImDrawVert
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