pub struct VSAHandle { /* private fields */ }Expand description
Handle-based interface for C FFI compatibility
Implementations§
Source§impl VSAHandle
impl VSAHandle
pub fn from_sparse_vec(vec: SparseVec) -> Self
pub fn to_sparse_vec(&self) -> SparseVec
pub fn dimensions(&self) -> (usize, usize)
Auto Trait Implementations§
impl Freeze for VSAHandle
impl RefUnwindSafe for VSAHandle
impl Send for VSAHandle
impl Sync for VSAHandle
impl Unpin for VSAHandle
impl UnwindSafe for VSAHandle
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