Enum lcms2_sys::ffi::StageLoc [] [src]

#[repr(u32)]
pub enum StageLoc { AT_BEGIN, AT_END, }

Variants

Trait Implementations

impl Copy for StageLoc
[src]

impl Clone for StageLoc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StageLoc
[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 StageLoc
[src]

impl Debug for StageLoc
[src]

Formats the value using the given formatter.