Skip to main content

VarZeroSlice16

Type Alias VarZeroSlice16 

Source
pub type VarZeroSlice16<T> = VarZeroSlice<T, Index16>;

Aliased Type§

#[repr(transparent)]
pub struct VarZeroSlice16<T> { marker: PhantomData<(Index16, T)>, entire_slice: [u8], }

Fields§

§marker: PhantomData<(Index16, T)>§entire_slice: [u8]

The original slice this was constructed from