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

pub struct LiteralCommand<SliceType: SliceWrapper<u8>> {
    pub data: SliceType,
    pub prob: FeatureFlagSliceType<SliceType>,
    pub high_entropy: bool,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<SliceType: SliceWrapper<u8>> SliceWrapper<u8> for LiteralCommand<SliceType>
[src]

Important traits for &'a [u8]

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

Important traits for &'a [u8]

impl<SliceType: SliceWrapper<u8> + Default> Nop<LiteralCommand<SliceType>> for LiteralCommand<SliceType>
[src]

impl<SliceType: SliceWrapper<u8> + Clone> Clone for LiteralCommand<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 LiteralCommand<SliceType>
[src]

Auto Trait Implementations

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

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