#[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 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 _ChannelPerceptualHash
impl Debug for _ChannelPerceptualHash
Source§impl PartialEq for _ChannelPerceptualHash
impl PartialEq for _ChannelPerceptualHash
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