#[repr(C)]pub struct CorsairDataType_Int32Array {
pub items: *mut c_int,
pub count: c_uint,
}Fields§
§items: *mut c_int§count: c_uintTrait Implementations§
Source§impl Clone for CorsairDataType_Int32Array
impl Clone for CorsairDataType_Int32Array
Source§fn clone(&self) -> CorsairDataType_Int32Array
fn clone(&self) -> CorsairDataType_Int32Array
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 CorsairDataType_Int32Array
impl Debug for CorsairDataType_Int32Array
impl Copy for CorsairDataType_Int32Array
impl Send for CorsairDataType_Int32Array
impl Sync for CorsairDataType_Int32Array
Auto Trait Implementations§
impl Freeze for CorsairDataType_Int32Array
impl RefUnwindSafe for CorsairDataType_Int32Array
impl Unpin for CorsairDataType_Int32Array
impl UnwindSafe for CorsairDataType_Int32Array
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