pub struct cuTensorMpContractionDescriptor { /* private fields */ }Trait Implementations§
Source§impl Clone for cuTensorMpContractionDescriptor
impl Clone for cuTensorMpContractionDescriptor
Source§fn clone(&self) -> cuTensorMpContractionDescriptor
fn clone(&self) -> cuTensorMpContractionDescriptor
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 cuTensorMpContractionDescriptor
Auto Trait Implementations§
impl Freeze for cuTensorMpContractionDescriptor
impl RefUnwindSafe for cuTensorMpContractionDescriptor
impl Send for cuTensorMpContractionDescriptor
impl Sync for cuTensorMpContractionDescriptor
impl Unpin for cuTensorMpContractionDescriptor
impl UnsafeUnpin for cuTensorMpContractionDescriptor
impl UnwindSafe for cuTensorMpContractionDescriptor
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