[][src]Struct std140::array

pub struct array<T, const LEN: usize> where
    T: Std140ArrayElement
{ /* fields omitted */ }

Trait Implementations

impl<T, const LEN: usize> ReprStd140 for array<T, { LEN }> where
    T: Std140ArrayElement
[src]

impl<T: Clone, const LEN: usize> Clone for array<T, LEN> where
    T: Std140ArrayElement
[src]

impl<T, const LEN: usize> PartialEq<array<T, LEN>> for array<T, { LEN }> where
    T: Std140ArrayElement + PartialEq
[src]

impl<T: Copy, const LEN: usize> Copy for array<T, LEN> where
    T: Std140ArrayElement
[src]

Auto Trait Implementations

impl<const LEN: usize, T> Send for array<T, LEN> where
    T: Send

impl<const LEN: usize, T> Unpin for array<T, LEN> where
    T: Unpin

impl<const LEN: usize, T> Sync for array<T, LEN> where
    T: Sync

impl<const LEN: usize, T> UnwindSafe for array<T, LEN> where
    T: UnwindSafe

impl<const LEN: usize, T> RefUnwindSafe for array<T, LEN> where
    T: RefUnwindSafe

Blanket Implementations

impl<T> ReprStd140 for T where
    T: Std140Struct
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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