pub struct EdgePosition {
pub source: EdgeEndpointPosition,
pub target: EdgeEndpointPosition,
}Expand description
Resolved source and target endpoint geometry in canvas space.
Fields§
§source: EdgeEndpointPosition§target: EdgeEndpointPositionTrait Implementations§
Source§impl Clone for EdgePosition
impl Clone for EdgePosition
Source§fn clone(&self) -> EdgePosition
fn clone(&self) -> EdgePosition
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 EdgePosition
Source§impl Debug for EdgePosition
impl Debug for EdgePosition
Source§impl PartialEq for EdgePosition
impl PartialEq for EdgePosition
Source§fn eq(&self, other: &EdgePosition) -> bool
fn eq(&self, other: &EdgePosition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EdgePosition
Auto Trait Implementations§
impl Freeze for EdgePosition
impl RefUnwindSafe for EdgePosition
impl Send for EdgePosition
impl Sync for EdgePosition
impl Unpin for EdgePosition
impl UnsafeUnpin for EdgePosition
impl UnwindSafe for EdgePosition
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