pub struct EdgeEndpointInput {
pub node_rect: CanvasRect,
pub handle: Option<HandleBounds>,
pub fallback_position: HandlePosition,
}Expand description
Input for resolving one edge endpoint.
Fields§
§node_rect: CanvasRect§handle: Option<HandleBounds>§fallback_position: HandlePositionTrait Implementations§
Source§impl Clone for EdgeEndpointInput
impl Clone for EdgeEndpointInput
Source§fn clone(&self) -> EdgeEndpointInput
fn clone(&self) -> EdgeEndpointInput
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 EdgeEndpointInput
Source§impl Debug for EdgeEndpointInput
impl Debug for EdgeEndpointInput
Source§impl PartialEq for EdgeEndpointInput
impl PartialEq for EdgeEndpointInput
Source§fn eq(&self, other: &EdgeEndpointInput) -> bool
fn eq(&self, other: &EdgeEndpointInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EdgeEndpointInput
Auto Trait Implementations§
impl Freeze for EdgeEndpointInput
impl RefUnwindSafe for EdgeEndpointInput
impl Send for EdgeEndpointInput
impl Sync for EdgeEndpointInput
impl Unpin for EdgeEndpointInput
impl UnsafeUnpin for EdgeEndpointInput
impl UnwindSafe for EdgeEndpointInput
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