Struct arrow_format::ipc::SparseTensorIndexCsf
source · pub struct SparseTensorIndexCsf {
pub indptr_type: Box<Int>,
pub indptr_buffers: Vec<Buffer>,
pub indices_type: Box<Int>,
pub indices_buffers: Vec<Buffer>,
pub axis_order: Vec<i32>,
}
Fields§
§indptr_type: Box<Int>
§indptr_buffers: Vec<Buffer>
§indices_type: Box<Int>
§indices_buffers: Vec<Buffer>
§axis_order: Vec<i32>
Implementations§
Trait Implementations§
source§impl Clone for SparseTensorIndexCsf
impl Clone for SparseTensorIndexCsf
source§fn clone(&self) -> SparseTensorIndexCsf
fn clone(&self) -> SparseTensorIndexCsf
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 Debug for SparseTensorIndexCsf
impl Debug for SparseTensorIndexCsf
source§impl<'de> Deserialize<'de> for SparseTensorIndexCsf
impl<'de> Deserialize<'de> for SparseTensorIndexCsf
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SparseTensorIndexCsf
impl PartialEq for SparseTensorIndexCsf
source§fn eq(&self, other: &SparseTensorIndexCsf) -> bool
fn eq(&self, other: &SparseTensorIndexCsf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SparseTensorIndexCsf
impl Serialize for SparseTensorIndexCsf
source§impl<'a> TryFrom<SparseTensorIndexCsfRef<'a>> for SparseTensorIndexCsf
impl<'a> TryFrom<SparseTensorIndexCsfRef<'a>> for SparseTensorIndexCsf
impl StructuralPartialEq for SparseTensorIndexCsf
impl VectorWrite<Offset<SparseTensorIndexCsf>> for SparseTensorIndexCsf
impl WriteAs<Offset<SparseTensorIndexCsf>> for SparseTensorIndexCsf
impl WriteAsOffset<SparseTensorIndexCsf> for SparseTensorIndexCsf
impl WriteAsOptional<Offset<SparseTensorIndexCsf>> for SparseTensorIndexCsf
Auto Trait Implementations§
impl Freeze for SparseTensorIndexCsf
impl RefUnwindSafe for SparseTensorIndexCsf
impl Send for SparseTensorIndexCsf
impl Sync for SparseTensorIndexCsf
impl Unpin for SparseTensorIndexCsf
impl UnwindSafe for SparseTensorIndexCsf
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