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