Struct Chat
pub struct Chat {
    pub cot: CursorOnTarget,
    pub callsign: String,
    pub contact: String,
    pub message: String,
}Expand description
Bullseye object
- uid- Unique identifier
- callsign- Callsign
- point- Point
- title- Title
- edge_to_center- Edge to center
- mils- Mils
- has_range_rings- Has range rings
- ring_dist- Ring distance
- ring_num- Ring number
- range_ring_visible- Range ring visible
- distance- Distance
- bullseye_uid- Bullseye unique identifier
- bearing_ref- Bearing reference
Fields§
§cot: CursorOnTarget§callsign: String§contact: String§message: StringImplementations§
Trait Implementations§
§impl Sendable for Chat
 
impl Sendable for Chat
fn update_xml(&mut self)
fn modify_field(&mut self, field: &str, value: &str)
fn get_cot(&self) -> CursorOnTarget
Auto Trait Implementations§
impl Freeze for Chat
impl RefUnwindSafe for Chat
impl Send for Chat
impl Sync for Chat
impl Unpin for Chat
impl UnwindSafe for Chat
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