#[repr(C)]pub struct spIkConstraintDataArray {
pub size: c_int,
pub capacity: c_int,
pub items: *mut *mut spIkConstraintData,
}Fields§
§size: c_int§capacity: c_int§items: *mut *mut spIkConstraintDataTrait Implementations§
Source§impl Clone for spIkConstraintDataArray
impl Clone for spIkConstraintDataArray
Source§fn clone(&self) -> spIkConstraintDataArray
fn clone(&self) -> spIkConstraintDataArray
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 spIkConstraintDataArray
Auto Trait Implementations§
impl !Send for spIkConstraintDataArray
impl !Sync for spIkConstraintDataArray
impl Freeze for spIkConstraintDataArray
impl RefUnwindSafe for spIkConstraintDataArray
impl Unpin for spIkConstraintDataArray
impl UnsafeUnpin for spIkConstraintDataArray
impl UnwindSafe for spIkConstraintDataArray
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