Struct Casevac
pub struct Casevac {
pub cot: CursorOnTarget,
/* private fields */
}Expand description
Casevac object
cot- CursorOnTargetcallsign- Callsigncontact- Contactmessage- Messageremarks- Remarks
Fields§
§cot: CursorOnTargetImplementations§
§impl Casevac
impl Casevac
pub fn new( cot: CursorOnTarget, callsign: String, contact: String, message: String, remarks: Option<String>, parent_callsign: String, production_time: String, readiness: bool, med_title: String, casevac: bool, freq: f64, urgency: u8, priority: u8, routine: u8, extraction_equipment: bool, security: u8, markings: u8, us_military: u8, us_civilian: u8, nonus_military: u8, nonus_civilian: u8, epw: u8, child: u8, terrain_none: bool, obstacles: String, medline_remarks: String, zone_prot_selection: u8, zone_protected_coord: String, zone_prot_marker: String, contact_callsign: String, ) -> Casevac
Trait Implementations§
§impl Sendable for Casevac
impl Sendable for Casevac
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 Casevac
impl RefUnwindSafe for Casevac
impl Send for Casevac
impl Sync for Casevac
impl Unpin for Casevac
impl UnwindSafe for Casevac
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