Struct brotli::enc::interface::SliceOffset[][src]

pub struct SliceOffset(pub usize, pub u32);

Methods

impl SliceOffset
[src]

Trait Implementations

impl Clone for SliceOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SliceOffset
[src]

impl Default for SliceOffset
[src]

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

impl Debug for SliceOffset
[src]

Formats the value using the given formatter. Read more

impl SliceWrapper<u8> for SliceOffset
[src]

Important traits for &'a [u8]

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

Performs the conversion.

impl Unfreezable for SliceOffset
[src]

Auto Trait Implementations

impl Send for SliceOffset

impl Sync for SliceOffset