Struct grib::datatypes::FixedSurface[][src]

pub struct FixedSurface {
    pub surface_type: u8,
    pub scale_factor: i8,
    pub scaled_value: i32,
}

Fields

surface_type: u8

Use CodeTable4_5 to get textual representation.

scale_factor: i8scaled_value: i32

Implementations

Checks if the scale factor should be treated as missing.

Checks if the scaled value should be treated as missing.

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.