[−][src]Struct imgui::DrawList
Draw command list
Implementations
impl DrawList[src]
pub fn idx_buffer(&self) -> &[DrawIdx][src]
pub fn vtx_buffer(&self) -> &[DrawVert][src]
pub fn commands(&self) -> DrawCmdIterator<'_>ⓘNotable traits for DrawCmdIterator<'a>
impl<'a> Iterator for DrawCmdIterator<'a> type Item = DrawCmd;[src]
Notable traits for DrawCmdIterator<'a>
impl<'a> Iterator for DrawCmdIterator<'a> type Item = DrawCmd;Trait Implementations
impl RawWrapper for DrawList[src]
type Raw = ImDrawList
Wrapped raw type
unsafe fn raw(&self) -> &ImDrawList[src]
unsafe fn raw_mut(&mut self) -> &mut ImDrawList[src]
Auto Trait Implementations
impl RefUnwindSafe for DrawList
impl !Send for DrawList
impl !Sync for DrawList
impl Unpin for DrawList
impl UnwindSafe for DrawList
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,