Struct arrow::ipc::gen::SparseTensor::SparseTensorIndexCOOArgs
source · [−]pub struct SparseTensorIndexCOOArgs<'a> {
pub indicesType: Option<WIPOffset<Int<'a>>>,
pub indicesStrides: Option<WIPOffset<Vector<'a, i64>>>,
pub indicesBuffer: Option<&'a Buffer>,
pub isCanonical: bool,
}
Fields
indicesType: Option<WIPOffset<Int<'a>>>
indicesStrides: Option<WIPOffset<Vector<'a, i64>>>
indicesBuffer: Option<&'a Buffer>
isCanonical: bool
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SparseTensorIndexCOOArgs<'a>
impl<'a> Send for SparseTensorIndexCOOArgs<'a>
impl<'a> Sync for SparseTensorIndexCOOArgs<'a>
impl<'a> Unpin for SparseTensorIndexCOOArgs<'a>
impl<'a> UnwindSafe for SparseTensorIndexCOOArgs<'a>
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