[][src]Struct imgui::DrawData

pub struct DrawData<'a> { /* fields omitted */ }

Methods

impl<'a> DrawData<'a>[src]

pub fn is_valid(&self) -> bool[src]

pub fn draw_list_count(&self) -> usize[src]

pub fn total_vtx_count(&self) -> usize[src]

pub fn total_idx_count(&self) -> usize[src]

pub fn deindex_all_buffers(&mut self)[src]

pub fn scale_clip_rects<S: Into<ImVec2>>(&mut self, sc: S)[src]

Trait Implementations

impl<'a> IntoIterator for &'a DrawData<'a>[src]

type Item = DrawList<'a>

The type of the elements being iterated over.

type IntoIter = DrawListIterator<'a>

Which kind of iterator are we turning this into?

Auto Trait Implementations

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

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

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.