[][src]Struct aligned::Aligned

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.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

The resulting type after dereferencing.

Dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

Mutably dereferences the value.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl<T, ALIGNMENT> IndexMut<RangeTo<usize>> for Aligned<ALIGNMENT, [T; 1024]>
[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

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more