Struct ppv_lite86::generic::GenericMachine
source · pub struct GenericMachine;
Trait Implementations§
source§impl Clone for GenericMachine
impl Clone for GenericMachine
source§fn clone(&self) -> GenericMachine
fn clone(&self) -> GenericMachine
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Machine for GenericMachine
impl Machine for GenericMachine
type u32x4 = u32x4_generic
type u64x2 = u64x2_generic
type u128x1 = u128x1_generic
type u32x4x2 = x2<u32x4_generic, G0>
type u64x2x2 = x2<u64x2_generic, G0>
type u64x4 = x2<u64x2_generic, G1>
type u128x2 = x2<u128x1_generic, G0>
type u32x4x4 = x4<u32x4_generic>
type u64x2x4 = x4<u64x2_generic>
type u128x4 = x4<u128x1_generic>
fn unpack<S, V: Store<S>>(self, s: S) -> V
fn vec<V, A>(self, a: A) -> Vwhere
V: MultiLane<A>,
fn read_le<V>(self, input: &[u8]) -> Vwhere
V: StoreBytes,
fn read_be<V>(self, input: &[u8]) -> Vwhere
V: StoreBytes,
impl Copy for GenericMachine
impl u128x1<GenericMachine> for u128x1_generic
impl u128x2<GenericMachine> for u128x2_generic
impl u128x4<GenericMachine> for u128x4_generic
impl u32x4<GenericMachine> for u32x4_generic
impl u32x4x2<GenericMachine> for u32x4x2_generic
impl u32x4x4<GenericMachine> for u32x4x4_generic
impl u64x2<GenericMachine> for u64x2_generic
impl u64x2x2<GenericMachine> for u64x2x2_generic
impl u64x2x4<GenericMachine> for u64x2x4_generic
impl u64x4<GenericMachine> for u64x4_generic
Auto Trait Implementations§
impl Freeze for GenericMachine
impl RefUnwindSafe for GenericMachine
impl Send for GenericMachine
impl Sync for GenericMachine
impl Unpin for GenericMachine
impl UnwindSafe for GenericMachine
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)