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