#[repr(C)]pub struct _ErrorInfo {
pub mean_error_per_pixel: f64,
pub normalized_mean_error: f64,
pub normalized_maximum_error: f64,
}
Fields§
§mean_error_per_pixel: f64
§normalized_mean_error: f64
§normalized_maximum_error: f64
Trait Implementations§
Source§impl Clone for _ErrorInfo
impl Clone for _ErrorInfo
Source§fn clone(&self) -> _ErrorInfo
fn clone(&self) -> _ErrorInfo
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 Debug for _ErrorInfo
impl Debug for _ErrorInfo
Source§impl PartialEq for _ErrorInfo
impl PartialEq for _ErrorInfo
impl Copy for _ErrorInfo
impl StructuralPartialEq for _ErrorInfo
Auto Trait Implementations§
impl Freeze for _ErrorInfo
impl RefUnwindSafe for _ErrorInfo
impl Send for _ErrorInfo
impl Sync for _ErrorInfo
impl Unpin for _ErrorInfo
impl UnwindSafe for _ErrorInfo
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