pub struct BezierEdgeOptions {
pub curvature: f32,
}Expand description
Bezier edge options.
Fields§
§curvature: f32Trait Implementations§
Source§impl Clone for BezierEdgeOptions
impl Clone for BezierEdgeOptions
Source§fn clone(&self) -> BezierEdgeOptions
fn clone(&self) -> BezierEdgeOptions
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 BezierEdgeOptions
Source§impl Debug for BezierEdgeOptions
impl Debug for BezierEdgeOptions
Source§impl Default for BezierEdgeOptions
impl Default for BezierEdgeOptions
Source§impl PartialEq for BezierEdgeOptions
impl PartialEq for BezierEdgeOptions
Source§fn eq(&self, other: &BezierEdgeOptions) -> bool
fn eq(&self, other: &BezierEdgeOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BezierEdgeOptions
Auto Trait Implementations§
impl Freeze for BezierEdgeOptions
impl RefUnwindSafe for BezierEdgeOptions
impl Send for BezierEdgeOptions
impl Sync for BezierEdgeOptions
impl Unpin for BezierEdgeOptions
impl UnsafeUnpin for BezierEdgeOptions
impl UnwindSafe for BezierEdgeOptions
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