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