Struct arrow_format::ipc::SparseMatrixIndexCsxRef
source · [−]pub struct SparseMatrixIndexCsxRef<'a>(_);
Implementations
sourceimpl<'a> SparseMatrixIndexCsxRef<'a>
impl<'a> SparseMatrixIndexCsxRef<'a>
pub fn compressed_axis(&self) -> Result<SparseMatrixCompressedAxis>
pub fn indptr_type(&self) -> Result<IntRef<'a>>
pub fn indptr_buffer(&self) -> Result<BufferRef<'a>>
pub fn indices_type(&self) -> Result<IntRef<'a>>
pub fn indices_buffer(&self) -> Result<BufferRef<'a>>
Trait Implementations
sourceimpl<'a> Clone for SparseMatrixIndexCsxRef<'a>
impl<'a> Clone for SparseMatrixIndexCsxRef<'a>
sourcefn clone(&self) -> SparseMatrixIndexCsxRef<'a>
fn clone(&self) -> SparseMatrixIndexCsxRef<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for SparseMatrixIndexCsxRef<'a>
impl<'a> Debug for SparseMatrixIndexCsxRef<'a>
sourceimpl<'a> ReadAsRoot<'a> for SparseMatrixIndexCsxRef<'a>
impl<'a> ReadAsRoot<'a> for SparseMatrixIndexCsxRef<'a>
sourceimpl<'a> TryFrom<SparseMatrixIndexCsxRef<'a>> for SparseMatrixIndexCsx
impl<'a> TryFrom<SparseMatrixIndexCsxRef<'a>> for SparseMatrixIndexCsx
impl<'a> Copy for SparseMatrixIndexCsxRef<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SparseMatrixIndexCsxRef<'a>
impl<'a> Send for SparseMatrixIndexCsxRef<'a>
impl<'a> Sync for SparseMatrixIndexCsxRef<'a>
impl<'a> Unpin for SparseMatrixIndexCsxRef<'a>
impl<'a> UnwindSafe for SparseMatrixIndexCsxRef<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more