pub struct EffectiveShapeStyle {
pub fill: Option<Fill>,
pub line: Option<CT_LineProperties>,
pub effects: Option<CT_EffectList>,
pub font_collection: Option<FontCollectionIndex>,
}Expand description
The modelled shape-style properties after theme lookup and direct overlays.
Fields§
§fill: Option<Fill>§line: Option<CT_LineProperties>§effects: Option<CT_EffectList>§font_collection: Option<FontCollectionIndex>Trait Implementations§
Source§impl Clone for EffectiveShapeStyle
impl Clone for EffectiveShapeStyle
Source§fn clone(&self) -> EffectiveShapeStyle
fn clone(&self) -> EffectiveShapeStyle
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 EffectiveShapeStyle
impl Debug for EffectiveShapeStyle
Source§impl Default for EffectiveShapeStyle
impl Default for EffectiveShapeStyle
Source§fn default() -> EffectiveShapeStyle
fn default() -> EffectiveShapeStyle
Returns the “default value” for a type. Read more
impl Eq for EffectiveShapeStyle
Source§impl PartialEq for EffectiveShapeStyle
impl PartialEq for EffectiveShapeStyle
impl StructuralPartialEq for EffectiveShapeStyle
Auto Trait Implementations§
impl Freeze for EffectiveShapeStyle
impl RefUnwindSafe for EffectiveShapeStyle
impl Send for EffectiveShapeStyle
impl Sync for EffectiveShapeStyle
impl Unpin for EffectiveShapeStyle
impl UnsafeUnpin for EffectiveShapeStyle
impl UnwindSafe for EffectiveShapeStyle
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