Struct igrf::Field[][src]

pub struct Field {
Show 14 fields pub d: f64, pub i: f64, pub h: f64, pub f: f64, pub x: f64, pub y: f64, pub z: f64, pub ddot: f64, pub fdot: f64, pub hdot: f64, pub idot: f64, pub xdot: f64, pub ydot: f64, pub zdot: f64,
}

Fields

d: f64

Declination of the field from the geographic north (deg).

i: f64

Inclination of the field (deg).

h: f64f: f64

Total field intensity.

x: f64y: f64z: f64ddot: f64

Annual rate of change of declination. (arc-min/yr).

fdot: f64hdot: f64idot: f64

Annual rate of change of inclination. (arc-min/yr).

xdot: f64ydot: f64zdot: f64

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.