Struct Cot
pub struct Cot {
    pub cot: CursorOnTarget,
    /* private fields */
}Fields§
§cot: CursorOnTargetImplementations§
§impl Cot
 
impl Cot
pub fn get_takv() -> String
pub fn new( cot: CursorOnTarget, remarks: Option<String>, callsign: String, military: bool, squawk: Option<String>, altitude: Option<f64>, speed: Option<f64>, battery: Option<i32>, course: Option<f64>, vertical_rate: Option<f64>, status: Option<String>, last_seen: Option<u64>, fileshare: Option<FileShare>, ) -> Self
pub fn generate_uid() -> String
pub fn generate_uid() -> String
Trait Implementations§
§impl Sendable for Cot
 
impl Sendable for Cot
§fn modify_field(&mut self, field: &str, value: &str)
 
fn modify_field(&mut self, field: &str, value: &str)
fn update_xml(&mut self)
fn get_cot(&self) -> CursorOnTarget
Auto Trait Implementations§
impl Freeze for Cot
impl RefUnwindSafe for Cot
impl Send for Cot
impl Sync for Cot
impl Unpin for Cot
impl UnwindSafe for Cot
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