pub enum MsoLineDashStyle {
Show 14 variants
Solid,
Dash,
DashDot,
DashDotDot,
Dot,
LongDash,
LongDashDot,
LongDashDotDot,
RoundDot,
SysDash,
SysDashDot,
SysDashDotDot,
SysDot,
Mixed,
}Expand description
线型虚实(MSO_LINE_DASH_STYLE)。
对标 python-pptx 中 pptx.enum.dml.MSO_LINE_DASH_STYLE。
与 Dash 关系:Dash 是“已实现序列化“的精简子集,
MsoLineDashStyle 是“完整 ECMA-376“枚举——两者一一对应。
Variants§
Solid
Dash
DashDot
DashDotDot
Dot
LongDash
LongDashDot
LongDashDotDot
RoundDot
SysDash
SysDashDot
SysDashDotDot
SysDot
Mixed
Implementations§
Trait Implementations§
Source§impl Clone for MsoLineDashStyle
impl Clone for MsoLineDashStyle
Source§fn clone(&self) -> MsoLineDashStyle
fn clone(&self) -> MsoLineDashStyle
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 MsoLineDashStyle
Source§impl Debug for MsoLineDashStyle
impl Debug for MsoLineDashStyle
impl Eq for MsoLineDashStyle
Source§impl From<MsoLineDashStyle> for Dash
impl From<MsoLineDashStyle> for Dash
Source§fn from(s: MsoLineDashStyle) -> Dash
fn from(s: MsoLineDashStyle) -> Dash
Converts to this type from the input type.
Source§impl PartialEq for MsoLineDashStyle
impl PartialEq for MsoLineDashStyle
Source§fn eq(&self, other: &MsoLineDashStyle) -> bool
fn eq(&self, other: &MsoLineDashStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MsoLineDashStyle
Auto Trait Implementations§
impl Freeze for MsoLineDashStyle
impl RefUnwindSafe for MsoLineDashStyle
impl Send for MsoLineDashStyle
impl Sync for MsoLineDashStyle
impl Unpin for MsoLineDashStyle
impl UnsafeUnpin for MsoLineDashStyle
impl UnwindSafe for MsoLineDashStyle
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.