Struct imgui_rs::imgui::ImDrawChannel [] [src]

#[repr(C)]
pub struct ImDrawChannel { pub CmdBuffer: ImVector<ImDrawCmd>, pub IdxBuffer: ImVector<ImDrawIdx>, }

Fields

Trait Implementations

impl Copy for ImDrawChannel
[src]

impl Clone for ImDrawChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImDrawChannel
[src]

Returns the "default value" for a type. Read more