#[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
Source§impl Default for ImGuiInputEventMouseViewport
impl Default for ImGuiInputEventMouseViewport
Source§fn default() -> ImGuiInputEventMouseViewport
fn default() -> ImGuiInputEventMouseViewport
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiInputEventMouseViewport
impl Hash for ImGuiInputEventMouseViewport
Source§impl PartialEq for ImGuiInputEventMouseViewport
impl PartialEq for ImGuiInputEventMouseViewport
Source§fn eq(&self, other: &ImGuiInputEventMouseViewport) -> bool
fn eq(&self, other: &ImGuiInputEventMouseViewport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImGuiInputEventMouseViewport
impl Eq for ImGuiInputEventMouseViewport
impl StructuralPartialEq 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