pub struct LayerEffectSatin {
pub present: Option<bool>,
pub show_in_dialog: Option<bool>,
pub enabled: Option<bool>,
pub size: Option<UnitsValue>,
pub blend_mode: Option<BlendMode>,
pub color: Option<Color>,
pub antialiased: Option<bool>,
pub opacity: Option<f64>,
pub distance: Option<UnitsValue>,
pub invert: Option<bool>,
pub angle: Option<f64>,
pub contour: Option<EffectContour>,
}Expand description
TS LayerEffectSatin.
Fields§
§present: Option<bool>§show_in_dialog: Option<bool>§enabled: Option<bool>§size: Option<UnitsValue>§blend_mode: Option<BlendMode>§color: Option<Color>§antialiased: Option<bool>§opacity: Option<f64>§distance: Option<UnitsValue>§invert: Option<bool>§angle: Option<f64>§contour: Option<EffectContour>Trait Implementations§
Source§impl Clone for LayerEffectSatin
impl Clone for LayerEffectSatin
Source§fn clone(&self) -> LayerEffectSatin
fn clone(&self) -> LayerEffectSatin
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 LayerEffectSatin
impl Debug for LayerEffectSatin
Source§impl Default for LayerEffectSatin
impl Default for LayerEffectSatin
Source§fn default() -> LayerEffectSatin
fn default() -> LayerEffectSatin
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerEffectSatin
impl RefUnwindSafe for LayerEffectSatin
impl Send for LayerEffectSatin
impl Sync for LayerEffectSatin
impl Unpin for LayerEffectSatin
impl UnsafeUnpin for LayerEffectSatin
impl UnwindSafe for LayerEffectSatin
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