pub struct CT_EffectStyle {
pub effect_list: Option<CT_EffectList>,
/* private fields */
}Fields§
§effect_list: Option<CT_EffectList>Implementations§
Source§impl CT_EffectStyle
impl CT_EffectStyle
Sourcepub fn has_unmodelled_effect(&self) -> bool
pub fn has_unmodelled_effect(&self) -> bool
Returns whether this style preserves an opaque effect DAG.
Sourcepub fn has_unmodelled_effect_placeholder_color(&self) -> bool
pub fn has_unmodelled_effect_placeholder_color(&self) -> bool
Reports a placeholder colour inside this style’s opaque effect DAG.
Trait Implementations§
Source§impl Clone for CT_EffectStyle
impl Clone for CT_EffectStyle
Source§fn clone(&self) -> CT_EffectStyle
fn clone(&self) -> CT_EffectStyle
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 CT_EffectStyle
impl Debug for CT_EffectStyle
impl Eq for CT_EffectStyle
Source§impl PartialEq for CT_EffectStyle
impl PartialEq for CT_EffectStyle
impl StructuralPartialEq for CT_EffectStyle
Auto Trait Implementations§
impl Freeze for CT_EffectStyle
impl RefUnwindSafe for CT_EffectStyle
impl Send for CT_EffectStyle
impl Sync for CT_EffectStyle
impl Unpin for CT_EffectStyle
impl UnsafeUnpin for CT_EffectStyle
impl UnwindSafe for CT_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