pub struct PointerState { /* private fields */ }
Expand description
The buttons and location of a given pointer
Implementations§
Trait Implementations§
Source§impl From<&PointerState> for PointerState
impl From<&PointerState> for PointerState
Source§fn from(ps: &PointerState) -> PointerState
fn from(ps: &PointerState) -> PointerState
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PointerState
impl RefUnwindSafe for PointerState
impl Send for PointerState
impl Sync for PointerState
impl Unpin for PointerState
impl UnwindSafe for PointerState
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