pub struct EffectList { /* private fields */ }Implementations§
Source§impl EffectList
impl EffectList
pub fn get_glow(&self) -> Option<&Glow>
pub fn get_glow_mut(&mut self) -> Option<&mut Glow>
pub fn set_glow(&mut self, value: Glow)
pub fn get_outer_shadow(&self) -> Option<&OuterShadow>
pub fn get_outer_shadow_mut(&mut self) -> Option<&mut OuterShadow>
pub fn set_outer_shadow(&mut self, value: OuterShadow)
pub fn get_soft_edge(&self) -> Option<&SoftEdge>
pub fn get_soft_edge_mut(&mut self) -> Option<&mut SoftEdge>
pub fn set_soft_edge(&mut self, value: SoftEdge)
Trait Implementations§
Source§impl Clone for EffectList
impl Clone for EffectList
Source§fn clone(&self) -> EffectList
fn clone(&self) -> EffectList
Returns a duplicate of the value. Read more
1.0.0 · 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 EffectList
impl Debug for EffectList
Source§impl Default for EffectList
impl Default for EffectList
Source§fn default() -> EffectList
fn default() -> EffectList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectList
impl RefUnwindSafe for EffectList
impl Send for EffectList
impl Sync for EffectList
impl Unpin for EffectList
impl UnwindSafe for EffectList
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