#[repr(C)]pub struct cudaMallocArray_v3020_params_st {
pub array: *mut cudaArray_t,
pub desc: *const cudaChannelFormatDesc,
pub width: usize,
pub height: usize,
pub flags: c_uint,
}Fields§
§array: *mut cudaArray_t§desc: *const cudaChannelFormatDesc§width: usize§height: usize§flags: c_uintTrait Implementations§
Source§impl Clone for cudaMallocArray_v3020_params_st
impl Clone for cudaMallocArray_v3020_params_st
Source§fn clone(&self) -> cudaMallocArray_v3020_params_st
fn clone(&self) -> cudaMallocArray_v3020_params_st
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 Ord for cudaMallocArray_v3020_params_st
impl Ord for cudaMallocArray_v3020_params_st
Source§fn cmp(&self, other: &cudaMallocArray_v3020_params_st) -> Ordering
fn cmp(&self, other: &cudaMallocArray_v3020_params_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cudaMallocArray_v3020_params_st
impl PartialEq for cudaMallocArray_v3020_params_st
Source§fn eq(&self, other: &cudaMallocArray_v3020_params_st) -> bool
fn eq(&self, other: &cudaMallocArray_v3020_params_st) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaMallocArray_v3020_params_st
impl PartialOrd for cudaMallocArray_v3020_params_st
impl Copy for cudaMallocArray_v3020_params_st
impl Eq for cudaMallocArray_v3020_params_st
impl StructuralPartialEq for cudaMallocArray_v3020_params_st
Auto Trait Implementations§
impl Freeze for cudaMallocArray_v3020_params_st
impl RefUnwindSafe for cudaMallocArray_v3020_params_st
impl !Send for cudaMallocArray_v3020_params_st
impl !Sync for cudaMallocArray_v3020_params_st
impl Unpin for cudaMallocArray_v3020_params_st
impl UnsafeUnpin for cudaMallocArray_v3020_params_st
impl UnwindSafe for cudaMallocArray_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