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

pub struct FeatureFlagSliceType<SliceType: SliceWrapper<u8>>(_);

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Important traits for &'a [u8]

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

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

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

Auto Trait Implementations

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

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