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 duplicate 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 Freeze for CxDigitCapture
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