pub struct OwnedCsr<T> { /* private fields */ }Expand description
Owned heap-backed CSR storage.
Implementations§
Trait Implementations§
Source§impl<T> SparseShape for OwnedCsr<T>
impl<T> SparseShape for OwnedCsr<T>
Auto Trait Implementations§
impl<T> Freeze for OwnedCsr<T>
impl<T> RefUnwindSafe for OwnedCsr<T>where
T: RefUnwindSafe,
impl<T> Send for OwnedCsr<T>where
T: Send,
impl<T> Sync for OwnedCsr<T>where
T: Sync,
impl<T> Unpin for OwnedCsr<T>where
T: Unpin,
impl<T> UnsafeUnpin for OwnedCsr<T>
impl<T> UnwindSafe for OwnedCsr<T>where
T: RefUnwindSafe + UnwindSafe,
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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