pub struct RenderIntentEdge {Show 15 fields
pub from: usize,
pub to: usize,
pub from_point: (f64, f64),
pub to_point: (f64, f64),
pub curve: CurveType,
pub bend_offset: f32,
pub stroke_color: String,
pub stroke_width: f64,
pub arrow_size: f64,
pub arrow_refx: f64,
pub arrow_fill: String,
pub label: String,
pub label_pos: (f64, f64),
pub label_font_size: f64,
pub label_font_color: String,
}Fields§
§from: usize§to: usize§from_point: (f64, f64)§to_point: (f64, f64)§curve: CurveType§bend_offset: f32§stroke_color: String§stroke_width: f64§arrow_size: f64§arrow_refx: f64§arrow_fill: String§label: String§label_pos: (f64, f64)§label_font_size: f64§label_font_color: StringTrait Implementations§
Source§impl Clone for RenderIntentEdge
impl Clone for RenderIntentEdge
Source§fn clone(&self) -> RenderIntentEdge
fn clone(&self) -> RenderIntentEdge
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 moreAuto Trait Implementations§
impl Freeze for RenderIntentEdge
impl RefUnwindSafe for RenderIntentEdge
impl Send for RenderIntentEdge
impl Sync for RenderIntentEdge
impl Unpin for RenderIntentEdge
impl UnsafeUnpin for RenderIntentEdge
impl UnwindSafe for RenderIntentEdge
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