Enum libflycapture2_sys::_fc2ColorProcessingAlgorithm [] [src]

#[repr(u32)]
pub enum _fc2ColorProcessingAlgorithm { FC2_DEFAULT, FC2_NO_COLOR_PROCESSING, FC2_NEAREST_NEIGHBOR_FAST, FC2_EDGE_SENSING, FC2_HQ_LINEAR, FC2_RIGOROUS, FC2_IPP, FC2_DIRECTIONAL, FC2_COLOR_PROCESSING_ALGORITHM_FORCE_32BITS, }

Variants

Trait Implementations

impl Copy for _fc2ColorProcessingAlgorithm
[src]

impl Clone for _fc2ColorProcessingAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2ColorProcessingAlgorithm
[src]

Formats the value using the given formatter.