pub struct EdgePath {
pub commands: Vec<PathCommand>,
pub label: EdgePathLabel,
}Expand description
Renderer-neutral edge path.
Fields§
§commands: Vec<PathCommand>§label: EdgePathLabelTrait Implementations§
impl StructuralPartialEq for EdgePath
Auto Trait Implementations§
impl Freeze for EdgePath
impl RefUnwindSafe for EdgePath
impl Send for EdgePath
impl Sync for EdgePath
impl Unpin for EdgePath
impl UnsafeUnpin for EdgePath
impl UnwindSafe for EdgePath
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