#[repr(C)]pub struct Spline {
pub len: c_int,
pub typ: c_int,
pub loc: [f32; 12],
pub der: [f32; 12],
pub val: [*mut Spline; 12],
}Fields§
§len: c_int§typ: c_int§loc: [f32; 12]§der: [f32; 12]§val: [*mut Spline; 12]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spline
impl RefUnwindSafe for Spline
impl !Send for Spline
impl !Sync for Spline
impl Unpin for Spline
impl UnwindSafe for Spline
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