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