pub struct Msg1300T {
pub service_crs_name_str: Df88591String<DESC_CAP>,
pub coordinate_epoch_year: Option<f32>,
}
Fields§
§service_crs_name_str: Df88591String<DESC_CAP>
§coordinate_epoch_year: Option<f32>
Trait Implementations§
impl StructuralPartialEq for Msg1300T
Auto Trait Implementations§
impl Freeze for Msg1300T
impl RefUnwindSafe for Msg1300T
impl Send for Msg1300T
impl Sync for Msg1300T
impl Unpin for Msg1300T
impl UnwindSafe for Msg1300T
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