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