pub struct BatchedEdge {
pub source_pos: Position,
pub target_pos: Position,
pub style: EdgeStyle,
pub z_index: i32,
}Fields§
§source_pos: Position§target_pos: Position§style: EdgeStyle§z_index: i32Trait Implementations§
Source§impl Clone for BatchedEdge
impl Clone for BatchedEdge
Source§fn clone(&self) -> BatchedEdge
fn clone(&self) -> BatchedEdge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchedEdge
impl Debug for BatchedEdge
Source§impl Default for BatchedEdge
impl Default for BatchedEdge
Source§fn default() -> BatchedEdge
fn default() -> BatchedEdge
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchedEdge
impl RefUnwindSafe for BatchedEdge
impl Send for BatchedEdge
impl Sync for BatchedEdge
impl Unpin for BatchedEdge
impl UnwindSafe for BatchedEdge
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