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