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<v128i> for v128
[src]

[src]

Performs the conversion.