#[repr(C)]pub struct ImGuiInputEventMouseViewport {
pub HoveredViewportID: ImGuiID,
}Fields§
§HoveredViewportID: ImGuiIDTrait Implementations§
Source§impl Clone for ImGuiInputEventMouseViewport
impl Clone for ImGuiInputEventMouseViewport
Source§fn clone(&self) -> ImGuiInputEventMouseViewport
fn clone(&self) -> ImGuiInputEventMouseViewport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImGuiInputEventMouseViewport
impl Debug for ImGuiInputEventMouseViewport
impl Copy for ImGuiInputEventMouseViewport
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