#[repr(transparent)]pub struct WindowInteractionState(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for WindowInteractionState
impl Clone for WindowInteractionState
Source§fn clone(&self) -> WindowInteractionState
fn clone(&self) -> WindowInteractionState
Returns a copy 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 WindowInteractionState
impl Debug for WindowInteractionState
Source§impl Default for WindowInteractionState
impl Default for WindowInteractionState
Source§fn default() -> WindowInteractionState
fn default() -> WindowInteractionState
Returns the “default value” for a type. Read more
Source§impl From<i32> for WindowInteractionState
impl From<i32> for WindowInteractionState
Source§impl PartialEq for WindowInteractionState
impl PartialEq for WindowInteractionState
impl Copy for WindowInteractionState
impl Eq for WindowInteractionState
impl StructuralPartialEq for WindowInteractionState
Auto Trait Implementations§
impl Freeze for WindowInteractionState
impl RefUnwindSafe for WindowInteractionState
impl Send for WindowInteractionState
impl Sync for WindowInteractionState
impl Unpin for WindowInteractionState
impl UnwindSafe for WindowInteractionState
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