pub struct Msg1230T {
pub reference_station_id: u16,
pub glo_code_phase_bias_ind: u8,
pub glo_code_phase_biases: DataVec<Msg1230CodePhaseBias, 4>,
}Fields§
§reference_station_id: u16§glo_code_phase_bias_ind: u8§glo_code_phase_biases: DataVec<Msg1230CodePhaseBias, 4>Trait Implementations§
Source§impl SourceRepr for Msg1230T
Available on crate feature test_gen only.
impl SourceRepr for Msg1230T
Available on crate feature
test_gen only.impl StructuralPartialEq for Msg1230T
Auto Trait Implementations§
impl Freeze for Msg1230T
impl RefUnwindSafe for Msg1230T
impl Send for Msg1230T
impl Sync for Msg1230T
impl Unpin for Msg1230T
impl UnwindSafe for Msg1230T
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