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