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

pub struct v256 {
    pub hi: v128,
    pub lo: v128,
}

Fields

Methods

impl v256
[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 v256

impl Sync for v256