[][src]Trait structural::path::array_paths::ArrayPath

pub trait ArrayPath: IsSingleFieldPath + Sealed {
    const INDEX: usize;
    const DROP_BIT: FieldBit;
}

A field path that is usable for indexing (some) arrays.

Associated Constants

const INDEX: usize

The index that this type represents.

const DROP_BIT: FieldBit

The FieldBit for the field whose index isSelf::Index.

Loading content...

Implementors

impl ArrayPath for I0[src]

impl ArrayPath for I1[src]

impl ArrayPath for I10[src]

impl ArrayPath for I11[src]

impl ArrayPath for I12[src]

impl ArrayPath for I13[src]

impl ArrayPath for I14[src]

impl ArrayPath for I15[src]

impl ArrayPath for I16[src]

impl ArrayPath for I17[src]

impl ArrayPath for I18[src]

impl ArrayPath for I19[src]

impl ArrayPath for I2[src]

impl ArrayPath for I20[src]

impl ArrayPath for I21[src]

impl ArrayPath for I22[src]

impl ArrayPath for I23[src]

impl ArrayPath for I24[src]

impl ArrayPath for I25[src]

impl ArrayPath for I26[src]

impl ArrayPath for I27[src]

impl ArrayPath for I28[src]

impl ArrayPath for I29[src]

impl ArrayPath for I3[src]

impl ArrayPath for I30[src]

impl ArrayPath for I31[src]

impl ArrayPath for I4[src]

impl ArrayPath for I5[src]

impl ArrayPath for I6[src]

impl ArrayPath for I7[src]

impl ArrayPath for I8[src]

impl ArrayPath for I9[src]

Loading content...