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