pub struct EffectStyle { /* private fields */ }Implementations§
Source§impl EffectStyle
impl EffectStyle
pub fn get_effect_list(&self) -> Option<&EffectList>
pub fn get_effect_list_mut(&mut self) -> Option<&mut EffectList>
pub fn set_effect_list(&mut self, value: EffectList) -> &mut Self
pub fn get_scene_3d_type(&self) -> Option<&Scene3DType>
pub fn get_scene_3d_type_mut(&mut self) -> Option<&mut Scene3DType>
pub fn set_scene_3d_type(&mut self, value: Scene3DType) -> &mut Self
pub fn get_shape_3d_type(&self) -> Option<&Shape3DType>
pub fn get_shape_3d_type_mut(&mut self) -> Option<&mut Shape3DType>
pub fn set_shape_3d_type(&mut self, value: Shape3DType) -> &mut Self
Trait Implementations§
Source§impl Clone for EffectStyle
impl Clone for EffectStyle
Source§fn clone(&self) -> EffectStyle
fn clone(&self) -> EffectStyle
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 EffectStyle
impl Debug for EffectStyle
Source§impl Default for EffectStyle
impl Default for EffectStyle
Source§fn default() -> EffectStyle
fn default() -> EffectStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EffectStyle
impl RefUnwindSafe for EffectStyle
impl Send for EffectStyle
impl Sync for EffectStyle
impl Unpin for EffectStyle
impl UnwindSafe for EffectStyle
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