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

pub struct Mem256f(pub [floatX; 8]);

Methods

impl Mem256f
[src]

Trait Implementations

impl Clone for Mem256f
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mem256f
[src]

Formats the value using the given formatter. Read more

impl Default for Mem256f
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Mem256f

impl Sync for Mem256f