Enum lcms2_sys::ffi::PlatformSignature [] [src]

#[repr(u32)]
pub enum PlatformSignature { SigMacintosh, SigMicrosoft, SigSolaris, SigSGI, SigTaligent, SigUnices, }

Variants

Trait Implementations

impl Copy for PlatformSignature
[src]

impl Clone for PlatformSignature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PlatformSignature
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PlatformSignature
[src]

impl Debug for PlatformSignature
[src]

Formats the value using the given formatter.