#[repr(C)]pub struct cudaArrayGetSparseProperties_v11010_params_st {
pub sparseProperties: *mut cudaArraySparseProperties,
pub array: cudaArray_t,
}Fields§
§sparseProperties: *mut cudaArraySparseProperties§array: cudaArray_tAuto Trait Implementations§
impl Freeze for cudaArrayGetSparseProperties_v11010_params_st
impl RefUnwindSafe for cudaArrayGetSparseProperties_v11010_params_st
impl !Send for cudaArrayGetSparseProperties_v11010_params_st
impl !Sync for cudaArrayGetSparseProperties_v11010_params_st
impl Unpin for cudaArrayGetSparseProperties_v11010_params_st
impl UnsafeUnpin for cudaArrayGetSparseProperties_v11010_params_st
impl UnwindSafe for cudaArrayGetSparseProperties_v11010_params_st
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