pub struct DnHandle { /* private fields */ }Expand description
Dense cuSOLVER handle.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DnHandle
impl RefUnwindSafe for DnHandle
impl !Sync for DnHandle
impl Unpin for DnHandle
impl UnsafeUnpin for DnHandle
impl UnwindSafe for DnHandle
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