Type Alias magick_rust::bindings::QuantizeInfo

source ·
pub type QuantizeInfo = _QuantizeInfo;

Aliased Type§

struct QuantizeInfo {
    pub number_colors: usize,
    pub tree_depth: usize,
    pub colorspace: ColorspaceType,
    pub dither_method: DitherMethod,
    pub measure_error: MagickBooleanType,
    pub signature: usize,
}

Fields§

§number_colors: usize§tree_depth: usize§colorspace: ColorspaceType§dither_method: DitherMethod§measure_error: MagickBooleanType§signature: usize

Trait Implementations

source§

impl Clone for _QuantizeInfo

source§

fn clone(&self) -> _QuantizeInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _QuantizeInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for _QuantizeInfo

source§

fn eq(&self, other: &_QuantizeInfo) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _QuantizeInfo

source§

impl Eq for _QuantizeInfo

source§

impl StructuralPartialEq for _QuantizeInfo