pub struct PointerReleased {
pub position: Vec2,
pub button: PointerButton,
}Expand description
Pointer button released.
Fields§
§position: Vec2Position at time of release.
Which button.
Trait Implementations§
Source§impl Clone for PointerReleased
impl Clone for PointerReleased
Source§fn clone(&self) -> PointerReleased
fn clone(&self) -> PointerReleased
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointerReleased
impl Debug for PointerReleased
impl Copy for PointerReleased
impl Message for PointerReleased
Auto Trait Implementations§
impl Freeze for PointerReleased
impl RefUnwindSafe for PointerReleased
impl Send for PointerReleased
impl Sync for PointerReleased
impl Unpin for PointerReleased
impl UnsafeUnpin for PointerReleased
impl UnwindSafe for PointerReleased
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.