Struct divans::FeatureFlagSliceType[][src]

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

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Important traits for &'a [u8]

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

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

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

Auto Trait Implementations

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

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