Struct implot_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: i32, pub _VtxCurrentIdx: u32, pub _Data: *const ImDrawListSharedData, pub _OwnerName: *const i8, pub _VtxWritePtr: *mut ImDrawVert, pub _IdxWritePtr: *mut u16, 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: i32_VtxCurrentIdx: u32_Data: *const ImDrawListSharedData_OwnerName: *const i8_VtxWritePtr: *mut ImDrawVert_IdxWritePtr: *mut u16_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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.