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