#[repr(C)]pub struct ImGuiInputEventMouseViewport {
pub HoveredViewportID: ImGuiID,
}Fields§
§HoveredViewportID: ImGuiIDTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiInputEventMouseViewport
impl RefUnwindSafe for ImGuiInputEventMouseViewport
impl Send for ImGuiInputEventMouseViewport
impl Sync for ImGuiInputEventMouseViewport
impl Unpin for ImGuiInputEventMouseViewport
impl UnwindSafe for ImGuiInputEventMouseViewport
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