1 2 3 4 5 6 7
/// ETSI EN 300 468 V1.15.1 /// /// Network Information Table #[allow(dead_code)] pub struct NIT<'buf> { buf: &'buf [u8], }