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