Struct brotli::enc::vectorization::v128[][src]

pub struct v128 {
    pub x3: floatX,
    pub x2: floatX,
    pub x1: floatX,
    pub x0: floatX,
}

Fields

Trait Implementations

impl From<v128> for v128i
[src]

Performs the conversion.

impl From<v128i> for v128
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for v128

impl Sync for v128