Struct arcdps_imgui::draw_list::Line
source · pub struct Line<'ui> { /* private fields */ }
Expand description
Represents a line about to be drawn
Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for Line<'ui>
impl<'ui> !RefUnwindSafe for Line<'ui>
impl<'ui> !Send for Line<'ui>
impl<'ui> !Sync for Line<'ui>
impl<'ui> Unpin for Line<'ui>
impl<'ui> !UnwindSafe for Line<'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