pub struct i32x4(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for i32x4
impl Peek for i32x4
impl Copy for i32x4
Auto Trait Implementations§
impl Freeze for i32x4
impl RefUnwindSafe for i32x4
impl Send for i32x4
impl Sync for i32x4
impl Unpin for i32x4
impl UnwindSafe for i32x4
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