#[repr(C)]
pub struct Submessage { pub smhdr: __BindgenUnionField<SubmessageHeader_t>, pub acknack: __BindgenUnionField<AckNack_t>, pub data: __BindgenUnionField<Data_t>, pub datafrag: __BindgenUnionField<DataFrag_t>, pub infots: __BindgenUnionField<InfoTS_t>, pub infodst: __BindgenUnionField<InfoDST_t>, pub infosrc: __BindgenUnionField<InfoSRC_t>, pub heartbeat: __BindgenUnionField<Heartbeat_t>, pub heartbeatfrag: __BindgenUnionField<HeartbeatFrag_t>, pub gap: __BindgenUnionField<Gap_t>, pub nackfrag: __BindgenUnionField<NackFrag_t>, pub bindgen_union_field: [u32; 9], }

Fields

smhdr: __BindgenUnionField<SubmessageHeader_t>acknack: __BindgenUnionField<AckNack_t>data: __BindgenUnionField<Data_t>datafrag: __BindgenUnionField<DataFrag_t>infots: __BindgenUnionField<InfoTS_t>infodst: __BindgenUnionField<InfoDST_t>infosrc: __BindgenUnionField<InfoSRC_t>heartbeat: __BindgenUnionField<Heartbeat_t>heartbeatfrag: __BindgenUnionField<HeartbeatFrag_t>gap: __BindgenUnionField<Gap_t>nackfrag: __BindgenUnionField<NackFrag_t>bindgen_union_field: [u32; 9]

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.