#[repr(C)]pub struct _ChannelMoments {
pub invariant: [f64; 9],
pub centroid: PointInfo,
pub ellipse_axis: PointInfo,
pub ellipse_angle: f64,
pub ellipse_eccentricity: f64,
pub ellipse_intensity: f64,
}
Fields§
§invariant: [f64; 9]
§centroid: PointInfo
§ellipse_axis: PointInfo
§ellipse_angle: f64
§ellipse_eccentricity: f64
§ellipse_intensity: f64
Trait Implementations§
Source§impl Clone for _ChannelMoments
impl Clone for _ChannelMoments
Source§fn clone(&self) -> _ChannelMoments
fn clone(&self) -> _ChannelMoments
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 _ChannelMoments
impl Debug for _ChannelMoments
Source§impl PartialEq for _ChannelMoments
impl PartialEq for _ChannelMoments
impl Copy for _ChannelMoments
impl StructuralPartialEq for _ChannelMoments
Auto Trait Implementations§
impl Freeze for _ChannelMoments
impl RefUnwindSafe for _ChannelMoments
impl Send for _ChannelMoments
impl Sync for _ChannelMoments
impl Unpin for _ChannelMoments
impl UnwindSafe for _ChannelMoments
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