Struct magick_rust::bindings::_ChannelFeatures
source · #[repr(C)]pub struct _ChannelFeatures {Show 14 fields
pub angular_second_moment: [f64; 4],
pub contrast: [f64; 4],
pub correlation: [f64; 4],
pub variance_sum_of_squares: [f64; 4],
pub inverse_difference_moment: [f64; 4],
pub sum_average: [f64; 4],
pub sum_variance: [f64; 4],
pub sum_entropy: [f64; 4],
pub entropy: [f64; 4],
pub difference_variance: [f64; 4],
pub difference_entropy: [f64; 4],
pub measure_of_correlation_1: [f64; 4],
pub measure_of_correlation_2: [f64; 4],
pub maximum_correlation_coefficient: [f64; 4],
}
Fields§
§angular_second_moment: [f64; 4]
§contrast: [f64; 4]
§correlation: [f64; 4]
§variance_sum_of_squares: [f64; 4]
§inverse_difference_moment: [f64; 4]
§sum_average: [f64; 4]
§sum_variance: [f64; 4]
§sum_entropy: [f64; 4]
§entropy: [f64; 4]
§difference_variance: [f64; 4]
§difference_entropy: [f64; 4]
§measure_of_correlation_1: [f64; 4]
§measure_of_correlation_2: [f64; 4]
§maximum_correlation_coefficient: [f64; 4]
Trait Implementations§
source§impl Clone for _ChannelFeatures
impl Clone for _ChannelFeatures
source§fn clone(&self) -> _ChannelFeatures
fn clone(&self) -> _ChannelFeatures
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 _ChannelFeatures
impl Debug for _ChannelFeatures
source§impl PartialEq for _ChannelFeatures
impl PartialEq for _ChannelFeatures
source§fn eq(&self, other: &_ChannelFeatures) -> bool
fn eq(&self, other: &_ChannelFeatures) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _ChannelFeatures
impl StructuralPartialEq for _ChannelFeatures
Auto Trait Implementations§
impl Freeze for _ChannelFeatures
impl RefUnwindSafe for _ChannelFeatures
impl Send for _ChannelFeatures
impl Sync for _ChannelFeatures
impl Unpin for _ChannelFeatures
impl UnwindSafe for _ChannelFeatures
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
)