Struct aligned::Aligned [] [src]

pub struct Aligned<ALIGNMENT, ARRAY> where
    ARRAY: ?Sized
{ pub array: ARRAY, // some fields omitted }

An ARRAY aligned to mem::align_of::<ALIGNMENT>() bytes

Fields

The array

Trait Implementations

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 0]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 0]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 0]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 0]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 1]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 1]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 1]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 1]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 2]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 2]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 2]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 2]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 3]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 3]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 3]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 3]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 4]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 4]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 4]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 4]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 5]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 5]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 5]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 5]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 6]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 6]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 6]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 6]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 7]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 7]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 7]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 7]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 8]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 8]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 8]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 8]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 9]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 9]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 9]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 9]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 10]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 10]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 10]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 10]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 11]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 11]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 11]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 11]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 12]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 12]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 12]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 12]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 13]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 13]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 13]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 13]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 14]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 14]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 14]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 14]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 15]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 15]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 15]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 15]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 16]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 16]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 16]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 16]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 17]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 17]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 17]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 17]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 18]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 18]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 18]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 18]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 19]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 19]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 19]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 19]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 20]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 20]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 20]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 20]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 21]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 21]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 21]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 21]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 22]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 22]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 22]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 22]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 23]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 23]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 23]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 23]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 24]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 24]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 24]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 24]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 25]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 25]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 25]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 25]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 26]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 26]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 26]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 26]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 27]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 27]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 27]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 27]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 28]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 28]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 28]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 28]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 29]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 29]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 29]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 29]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 30]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 30]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 30]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 30]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 31]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 31]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 31]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 31]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 32]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 32]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 32]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 32]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 64]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 64]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 64]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 64]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 128]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 128]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 128]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 128]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 256]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 256]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 256]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 256]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl<T, ALIGNMENT> Deref for Aligned<ALIGNMENT, [T; 1024]>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<T, ALIGNMENT> DerefMut for Aligned<ALIGNMENT, [T; 1024]>
[src]

[src]

Mutably dereferences the value.

impl<T, ALIGNMENT> Index<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 1024]>
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 1024]>
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<ALIGNMENT, ARRAY: ?Sized> Send for Aligned<ALIGNMENT, ARRAY> where
    ALIGNMENT: Send,
    ARRAY: Send

impl<ALIGNMENT, ARRAY: ?Sized> Sync for Aligned<ALIGNMENT, ARRAY> where
    ALIGNMENT: Sync,
    ARRAY: Sync