Struct imgui_sys::ImVector_ImDrawChannel
source · #[repr(C)]pub struct ImVector_ImDrawChannel {
pub Size: c_int,
pub Capacity: c_int,
pub Data: *mut ImDrawChannel,
}
Fields§
§Size: c_int
§Capacity: c_int
§Data: *mut ImDrawChannel
Trait Implementations§
source§impl Clone for ImVector_ImDrawChannel
impl Clone for ImVector_ImDrawChannel
source§fn clone(&self) -> ImVector_ImDrawChannel
fn clone(&self) -> ImVector_ImDrawChannel
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_ImDrawChannel
impl Debug for ImVector_ImDrawChannel
source§impl Default for ImVector_ImDrawChannel
impl Default for ImVector_ImDrawChannel
source§impl Hash for ImVector_ImDrawChannel
impl Hash for ImVector_ImDrawChannel
source§impl PartialEq<ImVector_ImDrawChannel> for ImVector_ImDrawChannel
impl PartialEq<ImVector_ImDrawChannel> for ImVector_ImDrawChannel
source§fn eq(&self, other: &ImVector_ImDrawChannel) -> bool
fn eq(&self, other: &ImVector_ImDrawChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.