#[repr(transparent)]pub struct CUtensorMapInterleave(pub c_uint);
Expand description
Tensor map interleave layout type Tensor map interleave layout type
Tuple Fields§
§0: c_uint
Implementations§
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 · 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 CUtensorMapInterleave_enum
impl Debug for CUtensorMapInterleave_enum
Source§impl Hash for CUtensorMapInterleave_enum
impl Hash for CUtensorMapInterleave_enum
impl Copy for CUtensorMapInterleave_enum
impl Eq 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 UnwindSafe for CUtensorMapInterleave_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