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

pub struct Mem256i(pub [i32; 8]);

Methods

impl Mem256i
[src]

Trait Implementations

impl Clone for Mem256i
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mem256i
[src]

Formats the value using the given formatter. Read more

impl Copy for Mem256i
[src]

impl Default for Mem256i
[src]

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

impl SliceWrapperMut<Mem256i> for Array264i
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array264i
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for Array528i
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array528i
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for Array712i
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for Array712i
[src]

Important traits for &'a [u8]

impl SliceWrapperMut<Mem256i> for EmptyIVec
[src]

Important traits for &'a [u8]

impl SliceWrapper<Mem256i> for EmptyIVec
[src]

Important traits for &'a [u8]

Auto Trait Implementations

impl Send for Mem256i

impl Sync for Mem256i