Struct eccodes_sys::codes_bufr_header[][src]

#[repr(C)]
pub struct codes_bufr_header {
Show 56 fields pub message_offset: c_ulong, pub message_size: c_ulong, pub edition: c_long, pub masterTableNumber: c_long, pub bufrHeaderSubCentre: c_long, pub bufrHeaderCentre: c_long, pub updateSequenceNumber: c_long, pub dataCategory: c_long, pub dataSubCategory: c_long, pub masterTablesVersionNumber: c_long, pub localTablesVersionNumber: c_long, pub typicalYear: c_long, pub typicalMonth: c_long, pub typicalDay: c_long, pub typicalHour: c_long, pub typicalMinute: c_long, pub typicalSecond: c_long, pub typicalDate: c_long, pub typicalTime: c_long, pub internationalDataSubCategory: c_long, pub localSectionPresent: c_long, pub ecmwfLocalSectionPresent: c_long, pub rdbType: c_long, pub oldSubtype: c_long, pub rdbSubtype: c_long, pub ident: [c_char; 9], pub localYear: c_long, pub localMonth: c_long, pub localDay: c_long, pub localHour: c_long, pub localMinute: c_long, pub localSecond: c_long, pub rdbtimeDay: c_long, pub rdbtimeHour: c_long, pub rdbtimeMinute: c_long, pub rdbtimeSecond: c_long, pub rectimeDay: c_long, pub rectimeHour: c_long, pub rectimeMinute: c_long, pub rectimeSecond: c_long, pub restricted: c_long, pub isSatellite: c_long, pub localLongitude1: f64, pub localLatitude1: f64, pub localLongitude2: f64, pub localLatitude2: f64, pub localLatitude: f64, pub localLongitude: f64, pub localNumberOfObservations: c_long, pub satelliteID: c_long, pub qualityControl: c_long, pub newSubtype: c_long, pub daLoop: c_long, pub numberOfSubsets: c_ulong, pub observedData: c_long, pub compressedData: c_long,
}

Fields

message_offset: c_ulongmessage_size: c_ulongedition: c_longmasterTableNumber: c_longbufrHeaderSubCentre: c_longbufrHeaderCentre: c_longupdateSequenceNumber: c_longdataCategory: c_longdataSubCategory: c_longmasterTablesVersionNumber: c_longlocalTablesVersionNumber: c_longtypicalYear: c_longtypicalMonth: c_longtypicalDay: c_longtypicalHour: c_longtypicalMinute: c_longtypicalSecond: c_longtypicalDate: c_longtypicalTime: c_longinternationalDataSubCategory: c_longlocalSectionPresent: c_longecmwfLocalSectionPresent: c_longrdbType: c_longoldSubtype: c_longrdbSubtype: c_longident: [c_char; 9]localYear: c_longlocalMonth: c_longlocalDay: c_longlocalHour: c_longlocalMinute: c_longlocalSecond: c_longrdbtimeDay: c_longrdbtimeHour: c_longrdbtimeMinute: c_longrdbtimeSecond: c_longrectimeDay: c_longrectimeHour: c_longrectimeMinute: c_longrectimeSecond: c_longrestricted: c_longisSatellite: c_longlocalLongitude1: f64localLatitude1: f64localLongitude2: f64localLatitude2: f64localLatitude: f64localLongitude: f64localNumberOfObservations: c_longsatelliteID: c_longqualityControl: c_longnewSubtype: c_longdaLoop: c_longnumberOfSubsets: c_ulongobservedData: c_longcompressedData: c_long

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.