DTEDRecordDSI

Struct DTEDRecordDSI 

Source
pub struct DTEDRecordDSI {
Show 29 fields pub security_release: Option<String>, pub security_handling: Option<String>, pub version: String, pub edition: u8, pub mm_version: char, pub maintenance_data: u16, pub mm_date: u16, pub maintenance_code: u16, pub product_specs_desc: String, pub product_specs_code: u8, pub product_specs_date: u16, pub compilation_date: u16, pub lat_origin: Angle, pub lon_origin: Angle, pub lat_sw: Angle, pub lon_sw: Angle, pub lat_nw: Angle, pub lon_nw: Angle, pub lat_ne: Angle, pub lon_ne: Angle, pub lat_se: Angle, pub lon_se: Angle, pub clockwise_orientation: u32, pub lat_interval_s: u16, pub lon_interval_s: u16, pub lat_count: u16, pub lon_count: u16, pub partial_cell_flag: f64, pub coverage: f64,
}
Expand description

Fields§

§security_release: Option<String>

Security Control and Release Markings

§security_handling: Option<String>

Security Handling Description

§version: String§edition: u8§mm_version: char§maintenance_data: u16§mm_date: u16§maintenance_code: u16§product_specs_desc: String§product_specs_code: u8§product_specs_date: u16§compilation_date: u16§lat_origin: Angle§lon_origin: Angle§lat_sw: Angle§lon_sw: Angle§lat_nw: Angle§lon_nw: Angle§lat_ne: Angle§lon_ne: Angle§lat_se: Angle§lon_se: Angle§clockwise_orientation: u32§lat_interval_s: u16§lon_interval_s: u16§lat_count: u16§lon_count: u16§partial_cell_flag: f64§coverage: f64

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.