Skip to main content

PatchedArraySlotsExt

Trait PatchedArraySlotsExt 

Source
pub trait PatchedArraySlotsExt: TypedArrayRef<Patched> {
    // Provided methods
    fn inner(&self) -> &ArrayRef { ... }
    fn lane_offsets(&self) -> &ArrayRef { ... }
    fn patch_indices(&self) -> &ArrayRef { ... }
    fn patch_values(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> PatchedSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Patched.

Provided Methods§

Source

fn inner(&self) -> &ArrayRef

Source

fn lane_offsets(&self) -> &ArrayRef

Source

fn patch_indices(&self) -> &ArrayRef

Source

fn patch_values(&self) -> &ArrayRef

Source

fn slots_view(&self) -> PatchedSlotsView<'_>

Returns a borrowed view of all slots.

Implementors§