1#[allow(non_camel_case_types)] 2#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)] 3pub struct PackSlice { 4 /// The 0-based index to start the slice at. 5 pub(crate) start_index: usize, 6}