#[repr(C)]pub struct spFloatArray {
pub size: c_int,
pub capacity: c_int,
pub items: *mut f32,
}Fields§
§size: c_int§capacity: c_int§items: *mut f32Trait Implementations§
Source§impl Clone for spFloatArray
impl Clone for spFloatArray
Source§fn clone(&self) -> spFloatArray
fn clone(&self) -> spFloatArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spFloatArray
Auto Trait Implementations§
impl !Send for spFloatArray
impl !Sync for spFloatArray
impl Freeze for spFloatArray
impl RefUnwindSafe for spFloatArray
impl Unpin for spFloatArray
impl UnsafeUnpin for spFloatArray
impl UnwindSafe for spFloatArray
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