pub struct ShapeSpPr {
pub xfrm: Xfrm,
pub prst_geom: PrstGeom,
pub solid_fill: Option<SolidFill>,
pub ln: Option<Ln>,
}Expand description
Shape properties with optional fill and line.
Fields§
§xfrm: Xfrm§prst_geom: PrstGeom§solid_fill: Option<SolidFill>§ln: Option<Ln>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ShapeSpPr
impl<'de> Deserialize<'de> for ShapeSpPr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ShapeSpPr
Auto Trait Implementations§
impl Freeze for ShapeSpPr
impl RefUnwindSafe for ShapeSpPr
impl Send for ShapeSpPr
impl Sync for ShapeSpPr
impl Unpin for ShapeSpPr
impl UnwindSafe for ShapeSpPr
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