pub struct EsAsr {Show 21 fields
pub name: String,
pub file_name: String,
pub display_type_name: String,
pub display_type_need_radar_content: bool,
pub display_type_geo_reference: bool,
pub sector_file_id: Option<String>,
pub sector_title: String,
pub display_items: Vec<DisplayItem>,
pub show_c: bool,
pub shows_b: bool,
pub below: i32,
pub above: i32,
pub leader: i32,
pub show_leader: bool,
pub turn_leader: bool,
pub history_dots: u32,
pub simulation_mode: u32,
pub disable_panning: bool,
pub disable_zooming: bool,
pub display_rotation: Angle,
pub window_area: (GeoPoint, GeoPoint),
}Fields§
§name: String§file_name: String§display_type_name: String§display_type_need_radar_content: bool§display_type_geo_reference: bool§sector_file_id: Option<String>§sector_title: String§display_items: Vec<DisplayItem>§show_c: bool§shows_b: bool§below: i32§above: i32§leader: i32§show_leader: bool§turn_leader: bool§history_dots: u32§simulation_mode: u32§disable_panning: bool§disable_zooming: bool§display_rotation: Angle§window_area: (GeoPoint, GeoPoint)Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsAsr
impl RefUnwindSafe for EsAsr
impl Send for EsAsr
impl Sync for EsAsr
impl Unpin for EsAsr
impl UnwindSafe for EsAsr
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