#[repr(C)]pub struct cuArrayGetDescriptor_params_st {
pub pArrayDescriptor: *mut CUDA_ARRAY_DESCRIPTOR_v1,
pub hArray: CUarray,
}Fields§
§pArrayDescriptor: *mut CUDA_ARRAY_DESCRIPTOR_v1§hArray: CUarrayAuto Trait Implementations§
impl Freeze for cuArrayGetDescriptor_params_st
impl RefUnwindSafe for cuArrayGetDescriptor_params_st
impl !Send for cuArrayGetDescriptor_params_st
impl !Sync for cuArrayGetDescriptor_params_st
impl Unpin for cuArrayGetDescriptor_params_st
impl UnsafeUnpin for cuArrayGetDescriptor_params_st
impl UnwindSafe for cuArrayGetDescriptor_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