pub struct T2Subcell {
pub cell_id_extension: u8,
pub transposer_frequency: u32,
}Expand description
One T2 subcell (Table 133 innermost for).
Fields§
§cell_id_extension: u8cell_id_extension(8).
transposer_frequency: u32transposer_frequency(32) — ×10 Hz units.
Implementations§
Trait Implementations§
impl Copy for T2Subcell
impl Eq for T2Subcell
impl StructuralPartialEq for T2Subcell
Auto Trait Implementations§
impl Freeze for T2Subcell
impl RefUnwindSafe for T2Subcell
impl Send for T2Subcell
impl Sync for T2Subcell
impl Unpin for T2Subcell
impl UnsafeUnpin for T2Subcell
impl UnwindSafe for T2Subcell
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