pub struct PressInteractionRelease {
pub press: PressInteractionPress,
}Fields§
§press: PressInteractionPressTrait Implementations§
Source§impl Clone for PressInteractionRelease
impl Clone for PressInteractionRelease
Source§fn clone(&self) -> PressInteractionRelease
fn clone(&self) -> PressInteractionRelease
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 PressInteractionRelease
impl Debug for PressInteractionRelease
Source§impl PartialEq for PressInteractionRelease
impl PartialEq for PressInteractionRelease
Source§fn eq(&self, other: &PressInteractionRelease) -> bool
fn eq(&self, other: &PressInteractionRelease) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PressInteractionRelease
impl StructuralPartialEq for PressInteractionRelease
Auto Trait Implementations§
impl Freeze for PressInteractionRelease
impl RefUnwindSafe for PressInteractionRelease
impl Send for PressInteractionRelease
impl Sync for PressInteractionRelease
impl Unpin for PressInteractionRelease
impl UnsafeUnpin for PressInteractionRelease
impl UnwindSafe for PressInteractionRelease
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