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
impl Clone for _QuantizeInfo
source§fn clone(&self) -> _QuantizeInfo
fn clone(&self) -> _QuantizeInfo
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 _QuantizeInfo
impl Debug for _QuantizeInfo
source§impl PartialEq for _QuantizeInfo
impl PartialEq for _QuantizeInfo
source§fn eq(&self, other: &_QuantizeInfo) -> bool
fn eq(&self, other: &_QuantizeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.