Struct surgeshaper_asym::imports::Align128 [−][src]
#[repr(align(128))]pub struct Align128<T>(pub T)
where
T: Clone;
Expand description
The data blocks processed by the SIMD instructions (e.g. SSE2), which must always be before any other variables in the class, in order to be properly aligned to 16 bytes.
Tuple Fields
0: T
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Align128<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Align128<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more