#[repr(C)]pub struct CUDA_ARRAY_SPARSE_PROPERTIES_st {
pub tileExtent: CUDA_ARRAY_SPARSE_PROPERTIES_st__bindgen_ty_1,
pub miptailFirstLevel: c_uint,
pub miptailSize: c_ulonglong,
pub flags: c_uint,
pub reserved: [c_uint; 4],
}
Fields§
§tileExtent: CUDA_ARRAY_SPARSE_PROPERTIES_st__bindgen_ty_1
§miptailFirstLevel: c_uint
§miptailSize: c_ulonglong
§flags: c_uint
§reserved: [c_uint; 4]
Trait Implementations§
Source§impl Clone for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Clone for CUDA_ARRAY_SPARSE_PROPERTIES_st
Source§fn clone(&self) -> CUDA_ARRAY_SPARSE_PROPERTIES_st
fn clone(&self) -> CUDA_ARRAY_SPARSE_PROPERTIES_st
Returns a copy 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 Default for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Default for CUDA_ARRAY_SPARSE_PROPERTIES_st
Source§fn default() -> CUDA_ARRAY_SPARSE_PROPERTIES_st
fn default() -> CUDA_ARRAY_SPARSE_PROPERTIES_st
Returns the “default value” for a type. Read more
Source§impl Ord for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Ord for CUDA_ARRAY_SPARSE_PROPERTIES_st
Source§fn cmp(&self, other: &CUDA_ARRAY_SPARSE_PROPERTIES_st) -> Ordering
fn cmp(&self, other: &CUDA_ARRAY_SPARSE_PROPERTIES_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 CUDA_ARRAY_SPARSE_PROPERTIES_st
impl PartialEq for CUDA_ARRAY_SPARSE_PROPERTIES_st
Source§fn eq(&self, other: &CUDA_ARRAY_SPARSE_PROPERTIES_st) -> bool
fn eq(&self, other: &CUDA_ARRAY_SPARSE_PROPERTIES_st) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl PartialOrd for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Copy for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Eq for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl StructuralPartialEq for CUDA_ARRAY_SPARSE_PROPERTIES_st
Auto Trait Implementations§
impl Freeze for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl RefUnwindSafe for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Send for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Sync for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl Unpin for CUDA_ARRAY_SPARSE_PROPERTIES_st
impl UnwindSafe for CUDA_ARRAY_SPARSE_PROPERTIES_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