pub struct CropIndexDiagnostics {
pub illumination_index: usize,
pub x_start: usize,
pub x_end: usize,
pub y_start: usize,
pub y_end: usize,
pub center_x: f64,
pub center_y: f64,
}Fields§
§illumination_index: usize§x_start: usize§x_end: usize§y_start: usize§y_end: usize§center_x: f64§center_y: f64Trait Implementations§
Source§impl Clone for CropIndexDiagnostics
impl Clone for CropIndexDiagnostics
Source§fn clone(&self) -> CropIndexDiagnostics
fn clone(&self) -> CropIndexDiagnostics
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 moreSource§impl Debug for CropIndexDiagnostics
impl Debug for CropIndexDiagnostics
Source§impl<'de> Deserialize<'de> for CropIndexDiagnostics
impl<'de> Deserialize<'de> for CropIndexDiagnostics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CropIndexDiagnostics
impl RefUnwindSafe for CropIndexDiagnostics
impl Send for CropIndexDiagnostics
impl Sync for CropIndexDiagnostics
impl Unpin for CropIndexDiagnostics
impl UnsafeUnpin for CropIndexDiagnostics
impl UnwindSafe for CropIndexDiagnostics
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