pub struct GllData {
pub talker_id: TalkerId,
pub latitude: f64,
pub lat_direction: char,
pub longitude: f64,
pub lon_direction: char,
pub status: char,
/* private fields */
}Expand description
GLL - Geographic Position parameters
Fields§
§talker_id: TalkerId§latitude: f64§lat_direction: char§longitude: f64§lon_direction: char§status: charImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GllData
impl RefUnwindSafe for GllData
impl Send for GllData
impl Sync for GllData
impl Unpin for GllData
impl UnwindSafe for GllData
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