Struct wasm4_sx::MouseState
source · pub struct MouseState { /* private fields */ }
Expand description
Mouse state.
Implementations§
Trait Implementations§
source§impl Default for MouseState
impl Default for MouseState
source§fn default() -> MouseState
fn default() -> MouseState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MouseState
impl Send for MouseState
impl Sync for MouseState
impl Unpin for MouseState
impl UnwindSafe for MouseState
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