pub struct EdgeVisual {
pub color: &'static str,
pub style: &'static str,
pub penwidth: Option<f64>,
pub arrowhead: &'static str,
}Expand description
Edge visual style.
Fields§
§color: &'static str§style: &'static str§penwidth: Option<f64>§arrowhead: &'static strAuto Trait Implementations§
impl Freeze for EdgeVisual
impl RefUnwindSafe for EdgeVisual
impl Send for EdgeVisual
impl Sync for EdgeVisual
impl Unpin for EdgeVisual
impl UnsafeUnpin for EdgeVisual
impl UnwindSafe for EdgeVisual
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