Struct arcdps_imgui::internal::ImVector
source · #[repr(C)]pub struct ImVector<T> { /* private fields */ }
Expand description
A generic version of the raw imgui-sys ImVector struct types
Implementations§
Auto Trait Implementations§
impl<T> Freeze for ImVector<T>
impl<T> RefUnwindSafe for ImVector<T>where
T: RefUnwindSafe,
impl<T> !Send for ImVector<T>
impl<T> !Sync for ImVector<T>
impl<T> Unpin for ImVector<T>
impl<T> UnwindSafe for ImVector<T>where
T: RefUnwindSafe,
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