Trait ppv_lite86::u64x2x2

source ·
pub trait u64x2x2<M: Machine>:
    BitOps64
    + Store<vec256_storage>
    + Vec2<M::u64x2>
    + MultiLane<[M::u64x2; 2]>
    + ArithOps
    + StoreBytes
    + Into<vec256_storage> { }

Object Safety§

This trait is not object safe.

Implementors§