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