pub struct SolidFill {
pub color: Option<ColorChoice>,
/* private fields */
}Expand description
A solid fill with its DrawingML colour choice.
Fields§
§color: Option<ColorChoice>Implementations§
Source§impl SolidFill
impl SolidFill
pub fn raw_children(&self) -> &OrderedRawChildren
Trait Implementations§
impl Eq for SolidFill
impl StructuralPartialEq for SolidFill
Auto Trait Implementations§
impl Freeze for SolidFill
impl RefUnwindSafe for SolidFill
impl Send for SolidFill
impl Sync for SolidFill
impl Unpin for SolidFill
impl UnsafeUnpin for SolidFill
impl UnwindSafe for SolidFill
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