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