[][src]Trait ppv_lite86::Store

pub trait Store<S> {
    unsafe fn unpack(p: S) -> Self;
}

Required methods

unsafe fn unpack(p: S) -> Self

Loading content...

Implementors

impl Store<vec128_storage> for vec128_storage[src]

Loading content...