#[repr(C)]pub struct _ImageChannelStatistics {
pub maximum: f64,
pub minimum: f64,
pub mean: f64,
pub standard_deviation: f64,
pub variance: f64,
}Fields§
§maximum: f64§minimum: f64§mean: f64§standard_deviation: f64§variance: f64Trait Implementations§
Source§impl Clone for _ImageChannelStatistics
impl Clone for _ImageChannelStatistics
Source§fn clone(&self) -> _ImageChannelStatistics
fn clone(&self) -> _ImageChannelStatistics
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 _ImageChannelStatistics
impl Debug for _ImageChannelStatistics
impl Copy for _ImageChannelStatistics
Auto Trait Implementations§
impl Freeze for _ImageChannelStatistics
impl RefUnwindSafe for _ImageChannelStatistics
impl Send for _ImageChannelStatistics
impl Sync for _ImageChannelStatistics
impl Unpin for _ImageChannelStatistics
impl UnwindSafe for _ImageChannelStatistics
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