pub struct EffectStyleList { /* private fields */ }Implementations§
Source§impl EffectStyleList
impl EffectStyleList
pub fn get_effect_style_collection(&self) -> &[EffectStyle]
pub fn get_effect_style_collection_mut(&mut self) -> &mut ThinVec<EffectStyle>
pub fn set_effect_style_collection( &mut self, value: impl Into<ThinVec<EffectStyle>>, ) -> &mut Self
pub fn add_effect_style_collection(&mut self, value: EffectStyle) -> &mut Self
Trait Implementations§
Source§impl Clone for EffectStyleList
impl Clone for EffectStyleList
Source§fn clone(&self) -> EffectStyleList
fn clone(&self) -> EffectStyleList
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 EffectStyleList
impl Debug for EffectStyleList
Source§impl Default for EffectStyleList
impl Default for EffectStyleList
Source§fn default() -> EffectStyleList
fn default() -> EffectStyleList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectStyleList
impl RefUnwindSafe for EffectStyleList
impl Send for EffectStyleList
impl Sync for EffectStyleList
impl Unpin for EffectStyleList
impl UnwindSafe for EffectStyleList
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