Trait ppv_lite86::Store [−][src]
pub trait Store<S> {
unsafe fn unpack(p: S) -> Self;
}Required methods
unsafe fn unpack(p: S) -> Self[src]
Safety
Caller must ensure the type of Self is appropriate for the hardware of the execution environment.
Implementors
impl Store<vec128_storage> for vec128_storage[src]
impl Store<vec128_storage> for vec128_storage[src]