#[repr(C)]struct SimdInput {
vals: [SimdU8Value<__m256i>; 2],
}Fields§
§vals: [SimdU8Value<__m256i>; 2]Implementations§
Auto Trait Implementations§
impl Freeze for SimdInput
impl RefUnwindSafe for SimdInput
impl Send for SimdInput
impl Sync for SimdInput
impl Unpin for SimdInput
impl UnsafeUnpin for SimdInput
impl UnwindSafe for SimdInput
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