Struct divans::PredictionModeContextMap[][src]

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

Fields

Methods

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

Important traits for &'a [u8]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

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

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