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