pub enum LineDash {
Preset(PresetDash),
Custom(CustomDash),
}Expand description
Either a DrawingML preset or custom line dash.
Variants§
Preset(PresetDash)
Custom(CustomDash)
Trait Implementations§
impl Eq for LineDash
impl StructuralPartialEq for LineDash
Auto Trait Implementations§
impl Freeze for LineDash
impl RefUnwindSafe for LineDash
impl Send for LineDash
impl Sync for LineDash
impl Unpin for LineDash
impl UnsafeUnpin for LineDash
impl UnwindSafe for LineDash
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