#[repr(C)]pub struct FixSpline {
pub len: c_int,
pub val: f32,
}Fields§
§len: c_int§val: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixSpline
impl RefUnwindSafe for FixSpline
impl Send for FixSpline
impl Sync for FixSpline
impl Unpin for FixSpline
impl UnwindSafe for FixSpline
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