pub trait DynamicStructIndexType: Integer + FromPrimitive + ToPrimitive + Into<PointerType> + Clone + Copy + for<'a> Read<'a, Output = Self> + Write<Output = Self> { }

Implementations on Foreign Types

Implementors