Struct surgeshaper_asym::imports::Align16 [−][src]
#[repr(align(16))]pub struct Align16<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
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Align16<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Align16<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more