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