#[repr(C)]pub struct spiro_seg_s {
pub x: f64,
pub y: f64,
pub ty: c_char,
pub bend_th: f64,
pub ks: [f64; 4],
pub seg_ch: f64,
pub seg_th: f64,
pub l: f64,
}Fields§
§x: f64§y: f64§ty: c_char§bend_th: f64§ks: [f64; 4]§seg_ch: f64§seg_th: f64§l: f64Trait Implementations§
Source§impl Clone for spiro_seg_s
impl Clone for spiro_seg_s
Source§fn clone(&self) -> spiro_seg_s
fn clone(&self) -> spiro_seg_s
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 spiro_seg_s
impl Debug for spiro_seg_s
Source§impl Default for spiro_seg_s
impl Default for spiro_seg_s
Source§fn default() -> spiro_seg_s
fn default() -> spiro_seg_s
Returns the “default value” for a type. Read more
Source§impl PartialEq for spiro_seg_s
impl PartialEq for spiro_seg_s
impl Copy for spiro_seg_s
impl StructuralPartialEq for spiro_seg_s
Auto Trait Implementations§
impl Freeze for spiro_seg_s
impl RefUnwindSafe for spiro_seg_s
impl Send for spiro_seg_s
impl Sync for spiro_seg_s
impl Unpin for spiro_seg_s
impl UnwindSafe for spiro_seg_s
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