Struct luminance_std140::ArrElem [−][src]
#[repr(transparent)]pub struct ArrElem<T>(pub T);Expand description
Type wrapper for values inside arrays.
Tuple Fields
0: TTrait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Encode the value into its std140 representation.
Decode a value from its std140 representation.
Auto Trait Implementations
impl<T> RefUnwindSafe for ArrElem<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for ArrElem<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more