Struct visioncortex::ColorStat
source · pub struct ColorStat {
pub mean: ColorI32,
pub deviation: ColorF64,
}Expand description
Simple statistics of color samples
Fields§
§mean: ColorI32§deviation: ColorF64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ColorStat
impl Send for ColorStat
impl Sync for ColorStat
impl Unpin for ColorStat
impl UnwindSafe for ColorStat
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