Struct luminance_std140::Aligned16 [−][src]
#[repr(C, align(16))]pub struct Aligned16<T>(pub T);Expand description
16-bytes aligned wrapper.
This wrapper type wraps its inner type on 16-bytes, allowing for fast encode/decode operations.
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
Auto Trait Implementations
impl<T> RefUnwindSafe for Aligned16<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Aligned16<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more