pub unsafe fn get_packed_subfields_at_pe_idx<PE, F>(
packed_subfields: &[PE::PackedSubfield],
i: usize,
) -> PE::PackedSubfield
Expand description
ยงSafety
Width of PackedSubfield is >= the width of the field implementing PackedExtension.
pub unsafe fn get_packed_subfields_at_pe_idx<PE, F>(
packed_subfields: &[PE::PackedSubfield],
i: usize,
) -> PE::PackedSubfield
Width of PackedSubfield is >= the width of the field implementing PackedExtension.