pub enum LayerMaskFlags {
PositionRelativeToLayer = 1,
LayerMaskDisabled = 2,
InvertLayerMaskWhenBlending = 4,
LayerMaskFromRenderingOtherData = 8,
MaskHasParametersAppliedToIt = 16,
}Expand description
upstream const enum LayerMaskFlags.
Variants§
PositionRelativeToLayer = 1
LayerMaskDisabled = 2
InvertLayerMaskWhenBlending = 4
obsolete
LayerMaskFromRenderingOtherData = 8
MaskHasParametersAppliedToIt = 16
Trait Implementations§
Source§impl Clone for LayerMaskFlags
impl Clone for LayerMaskFlags
Source§fn clone(&self) -> LayerMaskFlags
fn clone(&self) -> LayerMaskFlags
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 moreimpl Copy for LayerMaskFlags
Source§impl Debug for LayerMaskFlags
impl Debug for LayerMaskFlags
impl Eq for LayerMaskFlags
Source§impl PartialEq for LayerMaskFlags
impl PartialEq for LayerMaskFlags
Source§fn eq(&self, other: &LayerMaskFlags) -> bool
fn eq(&self, other: &LayerMaskFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LayerMaskFlags
Auto Trait Implementations§
impl Freeze for LayerMaskFlags
impl RefUnwindSafe for LayerMaskFlags
impl Send for LayerMaskFlags
impl Sync for LayerMaskFlags
impl Unpin for LayerMaskFlags
impl UnsafeUnpin for LayerMaskFlags
impl UnwindSafe for LayerMaskFlags
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