Struct magick_rust::bindings::_ChannelPerceptualHash
source · #[repr(C)]pub struct _ChannelPerceptualHash {
pub srgb_hu_phash: [f64; 9],
pub hclp_hu_phash: [f64; 9],
pub number_colorspaces: usize,
pub colorspace: [ColorspaceType; 7],
pub phash: [[f64; 9]; 7],
pub number_channels: usize,
}
Fields§
§srgb_hu_phash: [f64; 9]
§hclp_hu_phash: [f64; 9]
§number_colorspaces: usize
§colorspace: [ColorspaceType; 7]
§phash: [[f64; 9]; 7]
§number_channels: usize
Trait Implementations§
source§impl Clone for _ChannelPerceptualHash
impl Clone for _ChannelPerceptualHash
source§fn clone(&self) -> _ChannelPerceptualHash
fn clone(&self) -> _ChannelPerceptualHash
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 _ChannelPerceptualHash
impl Debug for _ChannelPerceptualHash
source§impl PartialEq for _ChannelPerceptualHash
impl PartialEq for _ChannelPerceptualHash
source§fn eq(&self, other: &_ChannelPerceptualHash) -> bool
fn eq(&self, other: &_ChannelPerceptualHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _ChannelPerceptualHash
impl StructuralPartialEq for _ChannelPerceptualHash
Auto Trait Implementations§
impl Freeze for _ChannelPerceptualHash
impl RefUnwindSafe for _ChannelPerceptualHash
impl Send for _ChannelPerceptualHash
impl Sync for _ChannelPerceptualHash
impl Unpin for _ChannelPerceptualHash
impl UnwindSafe for _ChannelPerceptualHash
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
)