Struct magick_rust::bindings::_PixelInfo
source · #[repr(C)]pub struct _PixelInfo {
pub storage_class: ClassType,
pub colorspace: ColorspaceType,
pub alpha_trait: PixelTrait,
pub fuzz: f64,
pub depth: usize,
pub count: MagickSizeType,
pub red: MagickRealType,
pub green: MagickRealType,
pub blue: MagickRealType,
pub black: MagickRealType,
pub alpha: MagickRealType,
pub index: MagickRealType,
}
Fields§
§storage_class: ClassType
§colorspace: ColorspaceType
§alpha_trait: PixelTrait
§fuzz: f64
§depth: usize
§count: MagickSizeType
§red: MagickRealType
§green: MagickRealType
§blue: MagickRealType
§black: MagickRealType
§alpha: MagickRealType
§index: MagickRealType
Trait Implementations§
source§impl Clone for _PixelInfo
impl Clone for _PixelInfo
source§fn clone(&self) -> _PixelInfo
fn clone(&self) -> _PixelInfo
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 _PixelInfo
impl Debug for _PixelInfo
source§impl PartialEq for _PixelInfo
impl PartialEq for _PixelInfo
source§fn eq(&self, other: &_PixelInfo) -> bool
fn eq(&self, other: &_PixelInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _PixelInfo
impl StructuralPartialEq for _PixelInfo
Auto Trait Implementations§
impl Freeze for _PixelInfo
impl RefUnwindSafe for _PixelInfo
impl Send for _PixelInfo
impl Sync for _PixelInfo
impl Unpin for _PixelInfo
impl UnwindSafe for _PixelInfo
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
)