Struct arcdps_imgui::draw_list::Image
source · pub struct Image<'ui> { /* private fields */ }
Expand description
Image draw list primitive, not to be confused with the widget
imgui::Image
.
Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for Image<'ui>
impl<'ui> !RefUnwindSafe for Image<'ui>
impl<'ui> !Send for Image<'ui>
impl<'ui> !Sync for Image<'ui>
impl<'ui> Unpin for Image<'ui>
impl<'ui> !UnwindSafe for Image<'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