Enum xcf::PropertyIdentifier
[−]
[src]
#[repr(u32)]pub enum PropertyIdentifier { PropEnd, PropColormap, PropOpacity, PropVisible, PropLinked, PropCompression, TypeIdentification, PropResolution, PropTattoo, PropParasites, PropPaths, PropLockContent, Unknown, }
Variants
PropEndPropColormapPropOpacityPropVisiblePropLinkedPropCompressionTypeIdentificationPropResolutionPropTattooPropParasitesPropPathsPropLockContentUnknown
Trait Implementations
impl Debug for PropertyIdentifier[src]
impl Clone for PropertyIdentifier[src]
fn clone(&self) -> PropertyIdentifier[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more