#[repr(C)]pub struct CudaResourceDescArray {
pub h_array: CUarray,
}Expand description
Inner data for an Array resource (variant of CudaResourceDescRes).
Fields§
§h_array: CUarrayCUDA array handle.
Trait Implementations§
Source§impl Clone for CudaResourceDescArray
impl Clone for CudaResourceDescArray
Source§fn clone(&self) -> CudaResourceDescArray
fn clone(&self) -> CudaResourceDescArray
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 moreimpl Copy for CudaResourceDescArray
Auto Trait Implementations§
impl Freeze for CudaResourceDescArray
impl RefUnwindSafe for CudaResourceDescArray
impl Send for CudaResourceDescArray
impl Sync for CudaResourceDescArray
impl Unpin for CudaResourceDescArray
impl UnsafeUnpin for CudaResourceDescArray
impl UnwindSafe for CudaResourceDescArray
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