#[repr(transparent)]pub struct CUtensorMapSwizzle_enum(pub c_uint);
Expand description
Tensor map swizzling mode of shared memory banks
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for CUtensorMapSwizzle_enum
impl Clone for CUtensorMapSwizzle_enum
Source§fn clone(&self) -> CUtensorMapSwizzle_enum
fn clone(&self) -> CUtensorMapSwizzle_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 moreSource§impl Debug for CUtensorMapSwizzle_enum
impl Debug for CUtensorMapSwizzle_enum
Source§impl Hash for CUtensorMapSwizzle_enum
impl Hash for CUtensorMapSwizzle_enum
Source§impl PartialEq for CUtensorMapSwizzle_enum
impl PartialEq for CUtensorMapSwizzle_enum
impl Copy for CUtensorMapSwizzle_enum
impl Eq for CUtensorMapSwizzle_enum
impl StructuralPartialEq for CUtensorMapSwizzle_enum
Auto Trait Implementations§
impl Freeze for CUtensorMapSwizzle_enum
impl RefUnwindSafe for CUtensorMapSwizzle_enum
impl Send for CUtensorMapSwizzle_enum
impl Sync for CUtensorMapSwizzle_enum
impl Unpin for CUtensorMapSwizzle_enum
impl UnwindSafe for CUtensorMapSwizzle_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