Struct makepad_platform::event::finger::CxDigitHover
source · pub struct CxDigitHover { /* private fields */ }Trait Implementations§
source§impl Clone for CxDigitHover
impl Clone for CxDigitHover
source§fn clone(&self) -> CxDigitHover
fn clone(&self) -> CxDigitHover
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CxDigitHover
impl Default for CxDigitHover
source§fn default() -> CxDigitHover
fn default() -> CxDigitHover
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CxDigitHover
impl Send for CxDigitHover
impl Sync for CxDigitHover
impl Unpin for CxDigitHover
impl UnwindSafe for CxDigitHover
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