pub struct Msg1029T {
pub reference_station_id: u16,
pub modified_julian_day_number: u16,
pub seconds_of_day_s: u32,
pub text_str: ArrayString<255>,
}
Fields§
§reference_station_id: u16
§modified_julian_day_number: u16
§seconds_of_day_s: u32
§text_str: ArrayString<255>
Trait Implementations§
impl StructuralPartialEq for Msg1029T
Auto Trait Implementations§
impl Freeze for Msg1029T
impl RefUnwindSafe for Msg1029T
impl Send for Msg1029T
impl Sync for Msg1029T
impl Unpin for Msg1029T
impl UnwindSafe for Msg1029T
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