Struct imgui::DrawList[][src]

#[repr(transparent)]
pub struct DrawList(_);
Expand description

Draw command list

Implementations

Safety

This is equivalent to transmute(self.vtx_buffer()) with a little more checking, and thus inherits the safety considerations of transmuteing slices.

Trait Implementations

Wrapped raw type

Returns an immutable reference to the wrapped raw value Read more

Returns a mutable reference to the wrapped raw value Read more

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.