Struct arrow_format::ipc::SparseMatrixIndexCsxRef
source · pub struct SparseMatrixIndexCsxRef<'a>(/* private fields */);
Implementations§
source§impl<'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§
source§impl<'a> Clone for SparseMatrixIndexCsxRef<'a>
impl<'a> Clone for SparseMatrixIndexCsxRef<'a>
source§fn clone(&self) -> SparseMatrixIndexCsxRef<'a>
fn clone(&self) -> SparseMatrixIndexCsxRef<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for SparseMatrixIndexCsxRef<'a>
impl<'a> Debug for SparseMatrixIndexCsxRef<'a>
source§impl<'a> ReadAsRoot<'a> for SparseMatrixIndexCsxRef<'a>
impl<'a> ReadAsRoot<'a> for SparseMatrixIndexCsxRef<'a>
source§impl<'a> TryFrom<SparseMatrixIndexCsxRef<'a>> for SparseMatrixIndexCsx
impl<'a> TryFrom<SparseMatrixIndexCsxRef<'a>> for SparseMatrixIndexCsx
impl<'a> Copy for SparseMatrixIndexCsxRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SparseMatrixIndexCsxRef<'a>
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§
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