pub enum ImGuiContext {}
Auto Trait Implementations§
impl Freeze for ImGuiContext
impl RefUnwindSafe for ImGuiContext
impl Send for ImGuiContext
impl Sync for ImGuiContext
impl Unpin for ImGuiContext
impl UnwindSafe for ImGuiContext
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