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