Struct imgui_sys::ImDrawList[][src]

#[repr(C)]
pub struct ImDrawList {
Show 15 fields pub CmdBuffer: ImVector_ImDrawCmd, pub IdxBuffer: ImVector_ImDrawIdx, pub VtxBuffer: ImVector_ImDrawVert, pub Flags: ImDrawListFlags, pub _VtxCurrentIdx: c_uint, pub _Data: *const ImDrawListSharedData, pub _OwnerName: *const c_char, pub _VtxWritePtr: *mut ImDrawVert, pub _IdxWritePtr: *mut ImDrawIdx, pub _ClipRectStack: ImVector_ImVec4, pub _TextureIdStack: ImVector_ImTextureID, pub _Path: ImVector_ImVec2, pub _CmdHeader: ImDrawCmdHeader, pub _Splitter: ImDrawListSplitter, pub _FringeScale: f32,
}

Fields

CmdBuffer: ImVector_ImDrawCmdIdxBuffer: ImVector_ImDrawIdxVtxBuffer: ImVector_ImDrawVertFlags: ImDrawListFlags_VtxCurrentIdx: c_uint_Data: *const ImDrawListSharedData_OwnerName: *const c_char_VtxWritePtr: *mut ImDrawVert_IdxWritePtr: *mut ImDrawIdx_ClipRectStack: ImVector_ImVec4_TextureIdStack: ImVector_ImTextureID_Path: ImVector_ImVec2_CmdHeader: ImDrawCmdHeader_Splitter: ImDrawListSplitter_FringeScale: f32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.