Struct arcdps_imgui::draw_list::Triangle
source · pub struct Triangle<'ui> { /* private fields */ }
Expand description
Represents a triangle about to be drawn on the window
Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for Triangle<'ui>
impl<'ui> !RefUnwindSafe for Triangle<'ui>
impl<'ui> !Send for Triangle<'ui>
impl<'ui> !Sync for Triangle<'ui>
impl<'ui> Unpin for Triangle<'ui>
impl<'ui> !UnwindSafe for Triangle<'ui>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more