pub struct MeasurementInput {
pub quality: CaptureQualityReport,
pub mode: MeasurementMode,
pub goal_vector: GoalVector,
pub candidates: Vec<CandidateColor>,
pub samples: ManualRegionSamples,
}Fields§
§quality: CaptureQualityReport§mode: MeasurementMode§goal_vector: GoalVector§candidates: Vec<CandidateColor>§samples: ManualRegionSamplesTrait Implementations§
Source§impl Clone for MeasurementInput
impl Clone for MeasurementInput
Source§fn clone(&self) -> MeasurementInput
fn clone(&self) -> MeasurementInput
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 moreAuto Trait Implementations§
impl Freeze for MeasurementInput
impl RefUnwindSafe for MeasurementInput
impl Send for MeasurementInput
impl Sync for MeasurementInput
impl Unpin for MeasurementInput
impl UnsafeUnpin for MeasurementInput
impl UnwindSafe for MeasurementInput
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