Struct divans::LiteralCommand[][src]

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

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Important traits for &'a [u8]

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

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

Important traits for &'a [u8]

Auto Trait Implementations

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

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