#[repr(C)]pub struct Simd32<T>(pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T, pub T);Tuple Fields§
§0: T§1: T§2: T§3: T§4: T§5: T§6: T§7: T§8: T§9: T§10: T§11: T§12: T§13: T§14: T§15: T§16: T§17: T§18: T§19: T§20: T§21: T§22: T§23: T§24: T§25: T§26: T§27: T§28: T§29: T§30: T§31: TTrait Implementations§
impl<T: Copy> Copy for Simd32<T>
impl<T: Safe> Safe for Simd32<T>
Auto Trait Implementations§
impl<T> Freeze for Simd32<T>where
T: Freeze,
impl<T> RefUnwindSafe for Simd32<T>where
T: RefUnwindSafe,
impl<T> Send for Simd32<T>where
T: Send,
impl<T> Sync for Simd32<T>where
T: Sync,
impl<T> Unpin for Simd32<T>where
T: Unpin,
impl<T> UnwindSafe for Simd32<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more