[][src]Type Definition stk::Array

type Array<T> = Vec<T>;

The type of an array.

Trait Implementations

impl<T> FromValue for Array<T> where
    T: FromValue
[src]

impl<T> ReflectValueType for Array<T>[src]

impl<'a, T> ReflectValueType for &'a Array<T>[src]

impl<'a, T> ReflectValueType for &'a mut Array<T>[src]

impl<T> ToValue for Array<T> where
    T: ToValue
[src]

impl<'a> UnsafeFromValue for &'a Array<ValuePtr>[src]

type Guard = RawRefGuard

The raw guard returned. Read more