#[repr(C, align(64))]pub struct CUtensorMap_st {
pub opaque: [cuuint64_t; 16],
}
Expand description
Tensor map descriptor. Requires compiler support for aligning to 64 bytes.
Fields§
§opaque: [cuuint64_t; 16]
Trait Implementations§
Source§impl Clone for CUtensorMap_st
impl Clone for CUtensorMap_st
Source§fn clone(&self) -> CUtensorMap_st
fn clone(&self) -> CUtensorMap_st
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 CUtensorMap_st
impl Debug for CUtensorMap_st
impl Copy for CUtensorMap_st
Auto Trait Implementations§
impl Freeze for CUtensorMap_st
impl RefUnwindSafe for CUtensorMap_st
impl Send for CUtensorMap_st
impl Sync for CUtensorMap_st
impl Unpin for CUtensorMap_st
impl UnwindSafe for CUtensorMap_st
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