Struct brotli::AllocatedStackMemory [] [src]

pub struct AllocatedStackMemory<'a, T> where
    T: 'a, 
{ pub mem: &'a mut [T], }

Fields

Trait Implementations

impl<'a, T> SliceWrapperMut<T> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

Important traits for &'a mut [u8]
[src]

impl<'a, T> Index<usize> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

The returned type after indexing.

Important traits for &'a mut I
[src]

Performs the indexing (container[index]) operation.

impl<'a, T> IndexMut<usize> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

Important traits for &'a mut I
[src]

Performs the mutable indexing (container[index]) operation.

impl<'a, T> SliceWrapper<T> for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

Important traits for &'a mut [u8]
[src]

impl<'a, T> Default for AllocatedStackMemory<'a, T> where
    T: 'a, 
[src]

[src]

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

Auto Trait Implementations

impl<'a, T> Send for AllocatedStackMemory<'a, T> where
    T: Send

impl<'a, T> Sync for AllocatedStackMemory<'a, T> where
    T: Sync