☰
Load
Load
Required Associated Types
Output
Required Methods
load
Implementors
In simd_abstraction::tools
Structs
Bytes16
Bytes32
OutBuf
OutRef
Traits
Load
Functions
alloc_uninit_bytes
assume_init
read
slice_mut
write
?
Trait
simd_abstraction
::
tools
::
Load
source
·
[
−
]
pub trait Load<T> { type
Output
; // Required method fn
load
(self, src: T) -> Self::
Output
; }
Required Associated Types
§
source
type
Output
Required Methods
§
source
fn
load
(self, src: T) -> Self::
Output
Implementors
§
source
§
impl<S:
SIMD128
>
Load
<&
Bytes16
> for S
§
type
Output
= <S as
SIMD128
>::
V128
source
§
impl<S:
SIMD256
>
Load
<&
Bytes32
> for S
§
type
Output
= <S as
SIMD256
>::
V256