Struct brotli::enc::input_pair::InputReferenceMut[][src]

pub struct InputReferenceMut<'a> {
    pub data: &'a mut [u8],
    pub orig_offset: usize,
}

Fields

Trait Implementations

impl<'a> SliceWrapper<u8> for InputReferenceMut<'a>
[src]

Important traits for &'a [u8]

impl<'a> SliceWrapperMut<u8> for InputReferenceMut<'a>
[src]

Important traits for &'a [u8]

impl<'a> Default for InputReferenceMut<'a>
[src]

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

impl<'a> From<InputReferenceMut<'a>> for InputReference<'a>
[src]

Performs the conversion.

impl<'a> From<&'a InputReferenceMut<'a>> for InputReference<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for InputReferenceMut<'a>

impl<'a> Sync for InputReferenceMut<'a>