pub struct T2Cell {
pub cell_id: u16,
pub centre_frequencies: Vec<u32>,
pub subcells: Vec<T2Subcell>,
}Expand description
One T2 cell (Table 133 inner for).
Fields§
§cell_id: u16cell_id(16).
centre_frequencies: Vec<u32>centre_frequency list. When tfs_flag, the length-prefixed loop; otherwise exactly one frequency.
subcells: Vec<T2Subcell>subcell entries.
Implementations§
Trait Implementations§
impl Eq for T2Cell
impl StructuralPartialEq for T2Cell
Auto Trait Implementations§
impl Freeze for T2Cell
impl RefUnwindSafe for T2Cell
impl Send for T2Cell
impl Sync for T2Cell
impl Unpin for T2Cell
impl UnsafeUnpin for T2Cell
impl UnwindSafe for T2Cell
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more