pub enum MsoFillType {
Background,
Gradient,
Pattern,
Picture,
Solid,
Inherit,
Mixed,
}Expand description
填充类型(MSO_FILL_TYPE)。
对标 python-pptx 中 pptx.enum.dml.MSO_FILL_TYPE。
主要用于 FillFormat.type 的只读视图。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MsoFillType
impl Clone for MsoFillType
Source§fn clone(&self) -> MsoFillType
fn clone(&self) -> MsoFillType
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 moreimpl Copy for MsoFillType
Source§impl Debug for MsoFillType
impl Debug for MsoFillType
impl Eq for MsoFillType
Source§impl PartialEq for MsoFillType
impl PartialEq for MsoFillType
Source§fn eq(&self, other: &MsoFillType) -> bool
fn eq(&self, other: &MsoFillType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MsoFillType
Auto Trait Implementations§
impl Freeze for MsoFillType
impl RefUnwindSafe for MsoFillType
impl Send for MsoFillType
impl Sync for MsoFillType
impl Unpin for MsoFillType
impl UnsafeUnpin for MsoFillType
impl UnwindSafe for MsoFillType
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.