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