Enum lcms2_sys::ffi::SpotShape
[−]
[src]
#[repr(C)]pub enum SpotShape { UNKNOWN, PRINTER_DEFAULT, ROUND, DIAMOND, ELLIPSE, LINE, SQUARE, CROSS, }
Variants
UNKNOWNPRINTER_DEFAULTROUNDDIAMONDELLIPSELINESQUARECROSSTrait Implementations
impl Copy for SpotShape[src]
impl Clone for SpotShape[src]
fn clone(&self) -> SpotShape
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more