[][src]Trait structural::structural_aliases::array_traits::Array16

pub trait Array16<T>: Array_8_16<T> { }

A structural alias for an array of this size. With shared,mutable,and by value access to the elements.

Implementors

impl<This: ?Sized, T> Array16<T> for This where
    This: Array_8_16<T>, 
[src]

Loading content...