Struct aflak_imgui::DrawList[][src]

pub struct DrawList<'a> {
    pub cmd_buffer: &'a [ImDrawCmd],
    pub idx_buffer: &'a [ImDrawIdx],
    pub vtx_buffer: &'a [ImDrawVert],
}

Fields

Auto Trait Implementations

impl<'a> !Send for DrawList<'a>

impl<'a> !Sync for DrawList<'a>