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
sourceimpl Clone for SparseTensorIndexCsf
impl Clone for SparseTensorIndexCsf
sourcefn clone(&self) -> SparseTensorIndexCsf
fn clone(&self) -> SparseTensorIndexCsf
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 Debug for SparseTensorIndexCsf
impl Debug for SparseTensorIndexCsf
sourceimpl<'de> Deserialize<'de> for SparseTensorIndexCsf
impl<'de> Deserialize<'de> for SparseTensorIndexCsf
sourcefn 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
sourceimpl PartialEq<SparseTensorIndexCsf> for SparseTensorIndexCsf
impl PartialEq<SparseTensorIndexCsf> for SparseTensorIndexCsf
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &SparseTensorIndexCsf) -> bool
fn ne(&self, other: &SparseTensorIndexCsf) -> bool
This method tests for !=
.
sourceimpl Serialize for SparseTensorIndexCsf
impl Serialize for SparseTensorIndexCsf
sourceimpl<'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 RefUnwindSafe for SparseTensorIndexCsf
impl Send for SparseTensorIndexCsf
impl Sync for SparseTensorIndexCsf
impl Unpin for SparseTensorIndexCsf
impl UnwindSafe for SparseTensorIndexCsf
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