#[repr(C, align(16))]pub(crate) struct SseAlignedF32(pub(crate) [f32; 4]);Tuple Fields§
§0: [f32; 4]Auto Trait Implementations§
impl Freeze for SseAlignedF32
impl RefUnwindSafe for SseAlignedF32
impl Send for SseAlignedF32
impl Sync for SseAlignedF32
impl Unpin for SseAlignedF32
impl UnsafeUnpin for SseAlignedF32
impl UnwindSafe for SseAlignedF32
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