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