pub struct ShapeProperties { /* private fields */ }Implementations§
Source§impl ShapeProperties
impl ShapeProperties
pub fn get_pattern_fill(&self) -> Option<&PatternFill>
pub fn get_pattern_fill_mut(&mut self) -> Option<&mut PatternFill>
pub fn set_pattern_fill(&mut self, value: PatternFill) -> &mut Self
pub fn get_transform2d(&self) -> Option<&Transform2D>
pub fn get_transform2d_mut(&mut self) -> Option<&mut Transform2D>
pub fn set_transform2d(&mut self, value: Transform2D) -> &mut Self
pub fn get_geometry(&self) -> Option<&PresetGeometry>
pub fn get_geometry_mut(&mut self) -> Option<&mut PresetGeometry>
pub fn set_geometry(&mut self, value: PresetGeometry) -> &mut Self
pub fn get_solid_fill(&self) -> Option<&SolidFill>
pub fn get_solid_fill_mut(&mut self) -> Option<&mut SolidFill>
pub fn set_solid_fill(&mut self, value: SolidFill) -> &mut Self
pub fn get_no_fill(&self) -> Option<&NoFill>
pub fn get_no_fill_mut(&mut self) -> Option<&mut NoFill>
pub fn set_no_fill(&mut self, value: NoFill) -> &mut Self
pub fn get_outline(&self) -> Option<&Outline>
pub fn get_outline_mut(&mut self) -> Option<&mut Outline>
pub fn set_outline(&mut self, value: Outline) -> &mut Self
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 ShapeProperties
impl Clone for ShapeProperties
Source§fn clone(&self) -> ShapeProperties
fn clone(&self) -> ShapeProperties
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 ShapeProperties
impl Debug for ShapeProperties
Source§impl Default for ShapeProperties
impl Default for ShapeProperties
Source§fn default() -> ShapeProperties
fn default() -> ShapeProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShapeProperties
impl RefUnwindSafe for ShapeProperties
impl Send for ShapeProperties
impl Sync for ShapeProperties
impl Unpin for ShapeProperties
impl UnwindSafe for ShapeProperties
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