Struct arrow_ipc::gen::SparseTensor::SparseMatrixCompressedAxis
source · #[repr(transparent)]pub struct SparseMatrixCompressedAxis(pub i16);
Tuple Fields
0: i16
Implementations
Trait Implementations
sourceimpl Clone for SparseMatrixCompressedAxis
impl Clone for SparseMatrixCompressedAxis
sourcefn clone(&self) -> SparseMatrixCompressedAxis
fn clone(&self) -> SparseMatrixCompressedAxis
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 moresourceimpl Debug for SparseMatrixCompressedAxis
impl Debug for SparseMatrixCompressedAxis
sourceimpl Default for SparseMatrixCompressedAxis
impl Default for SparseMatrixCompressedAxis
sourcefn default() -> SparseMatrixCompressedAxis
fn default() -> SparseMatrixCompressedAxis
Returns the “default value” for a type. Read more
sourceimpl<'a> Follow<'a> for SparseMatrixCompressedAxis
impl<'a> Follow<'a> for SparseMatrixCompressedAxis
sourceimpl Hash for SparseMatrixCompressedAxis
impl Hash for SparseMatrixCompressedAxis
sourceimpl Ord for SparseMatrixCompressedAxis
impl Ord for SparseMatrixCompressedAxis
sourcefn cmp(&self, other: &SparseMatrixCompressedAxis) -> Ordering
fn cmp(&self, other: &SparseMatrixCompressedAxis) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<SparseMatrixCompressedAxis> for SparseMatrixCompressedAxis
impl PartialEq<SparseMatrixCompressedAxis> for SparseMatrixCompressedAxis
sourcefn eq(&self, other: &SparseMatrixCompressedAxis) -> bool
fn eq(&self, other: &SparseMatrixCompressedAxis) -> bool
sourceimpl PartialOrd<SparseMatrixCompressedAxis> for SparseMatrixCompressedAxis
impl PartialOrd<SparseMatrixCompressedAxis> for SparseMatrixCompressedAxis
sourcefn partial_cmp(&self, other: &SparseMatrixCompressedAxis) -> Option<Ordering>
fn partial_cmp(&self, other: &SparseMatrixCompressedAxis) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Push for SparseMatrixCompressedAxis
impl Push for SparseMatrixCompressedAxis
sourceimpl<'a> Verifiable for SparseMatrixCompressedAxis
impl<'a> Verifiable for SparseMatrixCompressedAxis
sourcefn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly. Read moreimpl Copy for SparseMatrixCompressedAxis
impl Eq for SparseMatrixCompressedAxis
impl SimpleToVerifyInSlice for SparseMatrixCompressedAxis
impl StructuralEq for SparseMatrixCompressedAxis
impl StructuralPartialEq for SparseMatrixCompressedAxis
Auto Trait Implementations
impl RefUnwindSafe for SparseMatrixCompressedAxis
impl Send for SparseMatrixCompressedAxis
impl Sync for SparseMatrixCompressedAxis
impl Unpin for SparseMatrixCompressedAxis
impl UnwindSafe for SparseMatrixCompressedAxis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more