Enum CUarraySparseSubresourceType
#[repr(u32)]pub enum CUarraySparseSubresourceType {
CU_ARRAY_SPARSE_SUBRESOURCE_TYPE_SPARSE_LEVEL = 0,
CU_ARRAY_SPARSE_SUBRESOURCE_TYPE_MIPTAIL = 1,
}Variants§
Trait Implementations§
§impl Clone for CUarraySparseSubresourceType_enum
impl Clone for CUarraySparseSubresourceType_enum
§fn clone(&self) -> CUarraySparseSubresourceType_enum
fn clone(&self) -> CUarraySparseSubresourceType_enum
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 CUarraySparseSubresourceType_enum
impl Debug for CUarraySparseSubresourceType_enum
§impl Hash for CUarraySparseSubresourceType_enum
impl Hash for CUarraySparseSubresourceType_enum
§impl Ord for CUarraySparseSubresourceType_enum
impl Ord for CUarraySparseSubresourceType_enum
§fn cmp(&self, other: &CUarraySparseSubresourceType_enum) -> Ordering
fn cmp(&self, other: &CUarraySparseSubresourceType_enum) -> 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 PartialOrd for CUarraySparseSubresourceType_enum
impl PartialOrd for CUarraySparseSubresourceType_enum
impl Copy for CUarraySparseSubresourceType_enum
impl Eq for CUarraySparseSubresourceType_enum
impl StructuralPartialEq for CUarraySparseSubresourceType_enum
Auto Trait Implementations§
impl Freeze for CUarraySparseSubresourceType_enum
impl RefUnwindSafe for CUarraySparseSubresourceType_enum
impl Send for CUarraySparseSubresourceType_enum
impl Sync for CUarraySparseSubresourceType_enum
impl Unpin for CUarraySparseSubresourceType_enum
impl UnsafeUnpin for CUarraySparseSubresourceType_enum
impl UnwindSafe for CUarraySparseSubresourceType_enum
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