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