pub struct Moments {
pub centroid_x: f32,
pub centroid_y: f32,
pub m00: f32,
pub m01: f32,
pub m10: f32,
pub u11: f32,
pub u02: f32,
pub u20: f32,
}
Fields§
§centroid_x: f32
§centroid_y: f32
§m00: f32
§m01: f32
§m10: f32
§u11: f32
§u02: f32
§u20: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Moments
impl RefUnwindSafe for Moments
impl Send for Moments
impl Sync for Moments
impl Unpin for Moments
impl UnwindSafe for Moments
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