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

pub struct PredictionModeContextMap<SliceType: SliceWrapper<u8>> {
    pub literal_context_map: SliceType,
    pub predmode_speed_and_distance_context_map: SliceType,
}

Fields

Methods

impl<SliceType: SliceWrapper<u8> + SliceWrapperMut<u8>> PredictionModeContextMap<SliceType>
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

impl<SliceType: SliceWrapper<u8>> PredictionModeContextMap<SliceType>
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

impl<SliceType: Debug + SliceWrapper<u8>> Debug for PredictionModeContextMap<SliceType>
[src]

Formats the value using the given formatter. Read more

impl<SliceType: SliceWrapper<u8> + Clone> Clone for PredictionModeContextMap<SliceType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<SliceType: SliceWrapper<u8> + Clone + Copy> Copy for PredictionModeContextMap<SliceType>
[src]

Auto Trait Implementations

impl<SliceType> Send for PredictionModeContextMap<SliceType> where
    SliceType: Send

impl<SliceType> Sync for PredictionModeContextMap<SliceType> where
    SliceType: Sync