Struct CUDA_ARRAY3D_DESCRIPTOR_st
#[repr(C)]pub struct CUDA_ARRAY3D_DESCRIPTOR_st {
pub Width: usize,
pub Height: usize,
pub Depth: usize,
pub Format: CUarray_format_enum,
pub NumChannels: u32,
pub Flags: u32,
}Fields§
§Width: usize§Height: usize§Depth: usize§Format: CUarray_format_enum§NumChannels: u32§Flags: u32Trait Implementations§
§impl Clone for CUDA_ARRAY3D_DESCRIPTOR_st
impl Clone for CUDA_ARRAY3D_DESCRIPTOR_st
§fn clone(&self) -> CUDA_ARRAY3D_DESCRIPTOR_st
fn clone(&self) -> CUDA_ARRAY3D_DESCRIPTOR_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 more§impl Debug for CUDA_ARRAY3D_DESCRIPTOR_st
impl Debug for CUDA_ARRAY3D_DESCRIPTOR_st
§impl Hash for CUDA_ARRAY3D_DESCRIPTOR_st
impl Hash for CUDA_ARRAY3D_DESCRIPTOR_st
§impl Ord for CUDA_ARRAY3D_DESCRIPTOR_st
impl Ord for CUDA_ARRAY3D_DESCRIPTOR_st
§fn cmp(&self, other: &CUDA_ARRAY3D_DESCRIPTOR_st) -> Ordering
fn cmp(&self, other: &CUDA_ARRAY3D_DESCRIPTOR_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
§impl PartialEq for CUDA_ARRAY3D_DESCRIPTOR_st
impl PartialEq for CUDA_ARRAY3D_DESCRIPTOR_st
§impl PartialOrd for CUDA_ARRAY3D_DESCRIPTOR_st
impl PartialOrd for CUDA_ARRAY3D_DESCRIPTOR_st
impl Copy for CUDA_ARRAY3D_DESCRIPTOR_st
impl Eq for CUDA_ARRAY3D_DESCRIPTOR_st
impl StructuralPartialEq for CUDA_ARRAY3D_DESCRIPTOR_st
Auto Trait Implementations§
impl Freeze for CUDA_ARRAY3D_DESCRIPTOR_st
impl RefUnwindSafe for CUDA_ARRAY3D_DESCRIPTOR_st
impl Send for CUDA_ARRAY3D_DESCRIPTOR_st
impl Sync for CUDA_ARRAY3D_DESCRIPTOR_st
impl Unpin for CUDA_ARRAY3D_DESCRIPTOR_st
impl UnsafeUnpin for CUDA_ARRAY3D_DESCRIPTOR_st
impl UnwindSafe for CUDA_ARRAY3D_DESCRIPTOR_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more