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