pub struct PressInteractionRelease {
pub press: PressInteractionPress,
}Fields§
§press: PressInteractionPressTrait Implementations§
Source§impl Clone for PressInteractionRelease
impl Clone for PressInteractionRelease
impl Copy for PressInteractionRelease
Source§impl Debug for PressInteractionRelease
impl Debug for PressInteractionRelease
Source§impl PartialEq for PressInteractionRelease
impl PartialEq 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