pub struct LayerEffectPatternOverlay {
pub present: Option<bool>,
pub show_in_dialog: Option<bool>,
pub enabled: Option<bool>,
pub blend_mode: Option<BlendMode>,
pub opacity: Option<f64>,
pub scale: Option<f64>,
pub pattern: Option<EffectPattern>,
pub phase: Option<PointF>,
pub align: Option<bool>,
}Expand description
TS LayerEffectPatternOverlay (not supported yet upstream — Patt section).
Fields§
§present: Option<bool>§show_in_dialog: Option<bool>§enabled: Option<bool>§blend_mode: Option<BlendMode>§opacity: Option<f64>§scale: Option<f64>§pattern: Option<EffectPattern>§phase: Option<PointF>§align: Option<bool>Trait Implementations§
Source§impl Clone for LayerEffectPatternOverlay
impl Clone for LayerEffectPatternOverlay
Source§fn clone(&self) -> LayerEffectPatternOverlay
fn clone(&self) -> LayerEffectPatternOverlay
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 LayerEffectPatternOverlay
impl Debug for LayerEffectPatternOverlay
Source§impl Default for LayerEffectPatternOverlay
impl Default for LayerEffectPatternOverlay
Source§fn default() -> LayerEffectPatternOverlay
fn default() -> LayerEffectPatternOverlay
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerEffectPatternOverlay
impl RefUnwindSafe for LayerEffectPatternOverlay
impl Send for LayerEffectPatternOverlay
impl Sync for LayerEffectPatternOverlay
impl Unpin for LayerEffectPatternOverlay
impl UnsafeUnpin for LayerEffectPatternOverlay
impl UnwindSafe for LayerEffectPatternOverlay
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