Struct magick_rust::bindings::_ChannelMoments
source · #[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 copy 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
source§fn eq(&self, other: &_ChannelMoments) -> bool
fn eq(&self, other: &_ChannelMoments) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)