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> Freeze for SparseTensorIndexCOOArgs<'a>
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§
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