Struct surgeshaper_asym::imports::WetBlock1t [−][src]
#[repr(align(16))]pub struct WetBlock1t<T, const X: usize> where
T: Default + Copy, {
pub buf: Align16<[T; X]>,
}
Fields
buf: Align16<[T; X]>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T, const X: usize> RefUnwindSafe for WetBlock1t<T, X> where
T: RefUnwindSafe,
impl<T, const X: usize> Send for WetBlock1t<T, X> where
T: Send,
impl<T, const X: usize> Sync for WetBlock1t<T, X> where
T: Sync,
impl<T, const X: usize> Unpin for WetBlock1t<T, X> where
T: Unpin,
impl<T, const X: usize> UnwindSafe for WetBlock1t<T, X> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more