#[repr(C)]pub struct SplineStack {
pub stack: [Spline; 42],
pub fstack: [FixSpline; 151],
pub len: c_int,
pub flen: c_int,
}Fields§
§stack: [Spline; 42]§fstack: [FixSpline; 151]§len: c_int§flen: c_intTrait Implementations§
Source§impl Clone for SplineStack
impl Clone for SplineStack
Source§fn clone(&self) -> SplineStack
fn clone(&self) -> SplineStack
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 SplineStack
impl Debug for SplineStack
impl Copy for SplineStack
Auto Trait Implementations§
impl Freeze for SplineStack
impl RefUnwindSafe for SplineStack
impl !Send for SplineStack
impl !Sync for SplineStack
impl Unpin for SplineStack
impl UnwindSafe for SplineStack
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