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