#[repr(u32)]pub enum CUtensorMapInterleave_enum {
CU_TENSOR_MAP_INTERLEAVE_NONE = 0,
CU_TENSOR_MAP_INTERLEAVE_16B = 1,
CU_TENSOR_MAP_INTERLEAVE_32B = 2,
}Variants§
CU_TENSOR_MAP_INTERLEAVE_NONE = 0
CU_TENSOR_MAP_INTERLEAVE_16B = 1
CU_TENSOR_MAP_INTERLEAVE_32B = 2
Trait Implementations§
Source§impl Clone for CUtensorMapInterleave_enum
impl Clone for CUtensorMapInterleave_enum
Source§fn clone(&self) -> CUtensorMapInterleave_enum
fn clone(&self) -> CUtensorMapInterleave_enum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CUtensorMapInterleave_enum
Source§impl Debug for CUtensorMapInterleave_enum
impl Debug for CUtensorMapInterleave_enum
impl Eq for CUtensorMapInterleave_enum
Source§impl Hash for CUtensorMapInterleave_enum
impl Hash for CUtensorMapInterleave_enum
Source§impl Ord for CUtensorMapInterleave_enum
impl Ord for CUtensorMapInterleave_enum
Source§fn cmp(&self, other: &CUtensorMapInterleave_enum) -> Ordering
fn cmp(&self, other: &CUtensorMapInterleave_enum) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for CUtensorMapInterleave_enum
impl PartialOrd for CUtensorMapInterleave_enum
impl StructuralPartialEq for CUtensorMapInterleave_enum
Auto Trait Implementations§
impl Freeze for CUtensorMapInterleave_enum
impl RefUnwindSafe for CUtensorMapInterleave_enum
impl Send for CUtensorMapInterleave_enum
impl Sync for CUtensorMapInterleave_enum
impl Unpin for CUtensorMapInterleave_enum
impl UnsafeUnpin for CUtensorMapInterleave_enum
impl UnwindSafe for CUtensorMapInterleave_enum
Blanket Implementations§
impl<T> Allocation for T
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