pub struct SpSvDescGuard(pub cusparseSpSVDescr_t);Expand description
RAII guard for a cusparseSpSVDescr_t.
Tuple Fields§
§0: cusparseSpSVDescr_tTrait Implementations§
Source§impl Drop for SpSvDescGuard
impl Drop for SpSvDescGuard
impl Send for SpSvDescGuard
Auto Trait Implementations§
impl Freeze for SpSvDescGuard
impl RefUnwindSafe for SpSvDescGuard
impl !Sync for SpSvDescGuard
impl Unpin for SpSvDescGuard
impl UnsafeUnpin for SpSvDescGuard
impl UnwindSafe for SpSvDescGuard
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