pub struct Msg1085T {
pub reference_station_id: u16,
pub glo_day_of_week: Option<u8>,
pub glo_epoch_time_ms: u32,
pub msm_multiple_message_flag: u8,
pub issue_of_data_station: Option<u8>,
pub reserved_58_7: u8,
pub clock_steering_ind: u8,
pub external_clock_ind: u8,
pub gnss_smoothing_type_ind: u8,
pub gnss_smoothing_interval_bitval: u8,
pub data_segment: Msg1085Data,
}Fields§
§reference_station_id: u16§glo_day_of_week: Option<u8>§glo_epoch_time_ms: u32§msm_multiple_message_flag: u8§issue_of_data_station: Option<u8>§reserved_58_7: u8§clock_steering_ind: u8§external_clock_ind: u8§gnss_smoothing_type_ind: u8§gnss_smoothing_interval_bitval: u8§data_segment: Msg1085DataTrait Implementations§
source§impl PartialEq for Msg1085T
impl PartialEq for Msg1085T
impl StructuralPartialEq for Msg1085T
Auto Trait Implementations§
impl RefUnwindSafe for Msg1085T
impl Send for Msg1085T
impl Sync for Msg1085T
impl Unpin for Msg1085T
impl UnwindSafe for Msg1085T
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