pub struct ImGuiOwner;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiOwner
impl RefUnwindSafe for ImGuiOwner
impl Send for ImGuiOwner
impl Sync for ImGuiOwner
impl Unpin for ImGuiOwner
impl UnwindSafe for ImGuiOwner
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