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

pub struct v256i {
    pub hi: v128i,
    pub lo: v128i,
}

Fields

Methods

impl v256i
[src]

Trait Implementations

impl From<v256> for v256i
[src]

Performs the conversion.

impl From<v256i> for v256
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for v256i

impl Sync for v256i