Struct surgeshaper_asym::imports::WetBlock2 [−][src]
#[repr(align(16))]pub struct WetBlock2<const X: usize> {
pub l: Align16<[f32; X]>,
pub r: Align16<[f32; X]>,
}
Fields
l: Align16<[f32; X]>
r: Align16<[f32; X]>
Implementations
Trait Implementations
Auto Trait Implementations
impl<const X: usize> RefUnwindSafe for WetBlock2<X>
impl<const X: usize> UnwindSafe for WetBlock2<X>
Blanket Implementations
Mutably borrows from an owned value. Read more