Struct rcudnn_sys::cudaArraySparseProperties
source · #[repr(C)]pub struct cudaArraySparseProperties {
pub tileExtent: cudaArraySparseProperties__bindgen_ty_1,
pub miptailFirstLevel: c_uint,
pub miptailSize: c_ulonglong,
pub flags: c_uint,
pub reserved: [c_uint; 4],
}
Fields§
§tileExtent: cudaArraySparseProperties__bindgen_ty_1
§miptailFirstLevel: c_uint
§miptailSize: c_ulonglong
§flags: c_uint
§reserved: [c_uint; 4]
Trait Implementations§
source§impl Clone for cudaArraySparseProperties
impl Clone for cudaArraySparseProperties
source§fn clone(&self) -> cudaArraySparseProperties
fn clone(&self) -> cudaArraySparseProperties
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 Debug for cudaArraySparseProperties
impl Debug for cudaArraySparseProperties
impl Copy for cudaArraySparseProperties
Auto Trait Implementations§
impl RefUnwindSafe for cudaArraySparseProperties
impl Send for cudaArraySparseProperties
impl Sync for cudaArraySparseProperties
impl Unpin for cudaArraySparseProperties
impl UnwindSafe for cudaArraySparseProperties
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