#[repr(u32)]pub enum PropertyIdentifier {
Show 42 variants
PropEnd = 0,
PropColormap = 1,
PropActiveLayer = 2,
PropActiveChannel = 3,
PropSelection = 4,
PropFloatingSelection = 5,
PropOpacity = 6,
PropMode = 7,
PropVisible = 8,
PropLinked = 9,
PropLockAlpha = 10,
PropApplyMask = 11,
PropEditMask = 12,
PropShowMask = 13,
PropOffsets = 15,
PropCompression = 17,
TypeIdentification = 18,
PropResolution = 19,
PropTattoo = 20,
PropParasites = 21,
PropUnit = 22,
PropPaths = 23,
PropUserUnit = 24,
PropVectors = 25,
PropTextLayerFlags = 26,
PropOldSamplePoints = 27,
PropLockContent = 28,
PropLockPosition = 32,
PropFloatOpacity = 33,
PropColorTag = 34,
PropCompositeMode = 35,
PropCompositeSpace = 36,
PropBlendSpace = 37,
PropFloatColor = 38,
PropSamplePoints = 39,
PropItemSet = 40,
PropItemSetItem = 41,
PropLockVisibility = 42,
PropSelectedPath = 43,
PropFilterRegion = 44,
PropFilterArgument = 45,
PropFilterClip = 46,
}Variants§
PropEnd = 0
PropColormap = 1
PropActiveLayer = 2
PropActiveChannel = 3
PropSelection = 4
PropFloatingSelection = 5
PropOpacity = 6
PropMode = 7
PropVisible = 8
PropLinked = 9
PropLockAlpha = 10
PropApplyMask = 11
PropEditMask = 12
PropShowMask = 13
PropOffsets = 15
PropCompression = 17
TypeIdentification = 18
PropResolution = 19
PropTattoo = 20
PropParasites = 21
PropUnit = 22
PropPaths = 23
PropUserUnit = 24
PropVectors = 25
PropTextLayerFlags = 26
PropOldSamplePoints = 27
PropLockContent = 28
PropLockPosition = 32
PropFloatOpacity = 33
PropColorTag = 34
PropCompositeMode = 35
PropCompositeSpace = 36
PropBlendSpace = 37
PropFloatColor = 38
PropSamplePoints = 39
PropItemSet = 40
PropItemSetItem = 41
PropLockVisibility = 42
PropSelectedPath = 43
PropFilterRegion = 44
PropFilterArgument = 45
PropFilterClip = 46
Implementations§
Source§impl PropertyIdentifier
impl PropertyIdentifier
pub fn new(prop: u32) -> PropertyIdentifier
Trait Implementations§
Source§impl Clone for PropertyIdentifier
impl Clone for PropertyIdentifier
Source§fn clone(&self) -> PropertyIdentifier
fn clone(&self) -> PropertyIdentifier
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropertyIdentifier
impl Debug for PropertyIdentifier
Source§impl PartialEq for PropertyIdentifier
impl PartialEq for PropertyIdentifier
Source§fn eq(&self, other: &PropertyIdentifier) -> bool
fn eq(&self, other: &PropertyIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PropertyIdentifier
impl StructuralPartialEq for PropertyIdentifier
Auto Trait Implementations§
impl Freeze for PropertyIdentifier
impl RefUnwindSafe for PropertyIdentifier
impl Send for PropertyIdentifier
impl Sync for PropertyIdentifier
impl Unpin for PropertyIdentifier
impl UnsafeUnpin for PropertyIdentifier
impl UnwindSafe for PropertyIdentifier
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more