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