pub struct BackgroundProperty {
pub solid_fill: Color,
}Expand description
显式背景属性(<p:bgPr> 内的填充)。
Fields§
§solid_fill: Color纯色填充颜色。Color::None 表示不写出 <a:solidFill>。
Trait Implementations§
Source§impl Clone for BackgroundProperty
impl Clone for BackgroundProperty
Source§fn clone(&self) -> BackgroundProperty
fn clone(&self) -> BackgroundProperty
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 BackgroundProperty
impl Debug for BackgroundProperty
Source§impl Default for BackgroundProperty
impl Default for BackgroundProperty
Source§fn default() -> BackgroundProperty
fn default() -> BackgroundProperty
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackgroundProperty
impl RefUnwindSafe for BackgroundProperty
impl Send for BackgroundProperty
impl Sync for BackgroundProperty
impl Unpin for BackgroundProperty
impl UnsafeUnpin for BackgroundProperty
impl UnwindSafe for BackgroundProperty
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