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