#[repr(C)]pub struct PD_OneDimArrayInt32 {
pub size: size_t,
pub data: *mut i32,
}Fields§
§size: size_t§data: *mut i32Trait Implementations§
Source§impl Clone for PD_OneDimArrayInt32
impl Clone for PD_OneDimArrayInt32
Source§fn clone(&self) -> PD_OneDimArrayInt32
fn clone(&self) -> PD_OneDimArrayInt32
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PD_OneDimArrayInt32
impl Debug for PD_OneDimArrayInt32
impl Copy for PD_OneDimArrayInt32
Auto Trait Implementations§
impl Freeze for PD_OneDimArrayInt32
impl RefUnwindSafe for PD_OneDimArrayInt32
impl !Send for PD_OneDimArrayInt32
impl !Sync for PD_OneDimArrayInt32
impl Unpin for PD_OneDimArrayInt32
impl UnwindSafe for PD_OneDimArrayInt32
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