pub struct ConnectorLine {
pub color: String,
pub width: u32,
pub dash: LineDash,
}Expand description
Connector line style
Fields§
§color: StringLine color (RGB hex)
width: u32Line width in EMU
dash: LineDashDash style
Implementations§
Trait Implementations§
Source§impl Clone for ConnectorLine
impl Clone for ConnectorLine
Source§fn clone(&self) -> ConnectorLine
fn clone(&self) -> ConnectorLine
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 ConnectorLine
impl Debug for ConnectorLine
Auto Trait Implementations§
impl Freeze for ConnectorLine
impl RefUnwindSafe for ConnectorLine
impl Send for ConnectorLine
impl Sync for ConnectorLine
impl Unpin for ConnectorLine
impl UnsafeUnpin for ConnectorLine
impl UnwindSafe for ConnectorLine
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