Struct imgui_rs::imgui::ImDrawCmd [] [src]

#[repr(C)]
pub struct ImDrawCmd { pub ElemCount: c_uint, pub ClipRect: ImVec4, pub TextureId: ImTextureID, pub UserCallback: ImDrawCallback, pub UserCallbackData: *mut c_void, }

Fields

Trait Implementations

impl Copy for ImDrawCmd
[src]

impl Clone for ImDrawCmd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImDrawCmd
[src]

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