Struct makepad_platform::event::finger::CxDigitCapture
source · pub struct CxDigitCapture {
pub area: Area,
pub sweep_area: Area,
pub switch_capture: Option<Area>,
pub time: f64,
pub abs_start: DVec2,
/* private fields */
}Fields§
§area: Area§sweep_area: Area§switch_capture: Option<Area>§time: f64§abs_start: DVec2Trait Implementations§
source§impl Clone for CxDigitCapture
impl Clone for CxDigitCapture
source§fn clone(&self) -> CxDigitCapture
fn clone(&self) -> CxDigitCapture
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 CxDigitCapture
impl Default for CxDigitCapture
source§fn default() -> CxDigitCapture
fn default() -> CxDigitCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CxDigitCapture
impl Send for CxDigitCapture
impl Sync for CxDigitCapture
impl Unpin for CxDigitCapture
impl UnwindSafe for CxDigitCapture
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