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

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

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

Important traits for &'a mut [u8]
[src]

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

[src]

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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>

impl<SliceType> !Sync for FeatureFlagSliceType<SliceType>