#[repr(C)]pub struct splineInfo {
pub swapEnds: Option<unsafe extern "C" fn(e: *mut edge_t) -> boolean>,
pub splineMerge: Option<unsafe extern "C" fn(n: *mut node_t) -> boolean>,
pub ignoreSwap: boolean,
pub isOrtho: boolean,
}Fields§
§swapEnds: Option<unsafe extern "C" fn(e: *mut edge_t) -> boolean>§splineMerge: Option<unsafe extern "C" fn(n: *mut node_t) -> boolean>§ignoreSwap: boolean§isOrtho: booleanTrait Implementations§
Source§impl Clone for splineInfo
impl Clone for splineInfo
Source§fn clone(&self) -> splineInfo
fn clone(&self) -> splineInfo
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 splineInfo
impl Debug for splineInfo
impl Copy for splineInfo
Auto Trait Implementations§
impl Freeze for splineInfo
impl RefUnwindSafe for splineInfo
impl Send for splineInfo
impl Sync for splineInfo
impl Unpin for splineInfo
impl UnwindSafe for splineInfo
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