#[repr(C)]pub struct HAPI_InputCurveInfo {
    pub curveType: CurveType,
    pub order: c_int,
    pub closed: HAPI_Bool,
    pub reverse: HAPI_Bool,
    pub inputMethod: InputCurveMethod,
    pub breakpointParameterization: InputCurveParameterization,
}Fields§
§curveType: CurveType§order: c_int§closed: HAPI_Bool§reverse: HAPI_Bool§inputMethod: InputCurveMethod§breakpointParameterization: InputCurveParameterizationTrait Implementations§
Source§impl Clone for HAPI_InputCurveInfo
 
impl Clone for HAPI_InputCurveInfo
Source§fn clone(&self) -> HAPI_InputCurveInfo
 
fn clone(&self) -> HAPI_InputCurveInfo
Returns a copy 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 HAPI_InputCurveInfo
 
impl Debug for HAPI_InputCurveInfo
impl Copy for HAPI_InputCurveInfo
Auto Trait Implementations§
impl Freeze for HAPI_InputCurveInfo
impl RefUnwindSafe for HAPI_InputCurveInfo
impl Send for HAPI_InputCurveInfo
impl Sync for HAPI_InputCurveInfo
impl Unpin for HAPI_InputCurveInfo
impl UnwindSafe for HAPI_InputCurveInfo
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