#[repr(C)]
pub struct BDA_DVBT2_L1_SIGNALLING_DATA {
Show 14 fields pub L1Pre_TYPE: u8, pub L1Pre_BWT_S1_S2: u8, pub L1Pre_REPETITION_GUARD_PAPR: u8, pub L1Pre_MOD_COD_FEC: u8, pub L1Pre_POSTSIZE_INFO_PILOT: [u8; 5], pub L1Pre_TX_ID_AVAIL: u8, pub L1Pre_CELL_ID: [u8; 2], pub L1Pre_NETWORK_ID: [u8; 2], pub L1Pre_T2SYSTEM_ID: [u8; 2], pub L1Pre_NUM_T2_FRAMES: u8, pub L1Pre_NUM_DATA_REGENFLAG_L1POSTEXT: [u8; 2], pub L1Pre_NUMRF_CURRENTRF_RESERVED: [u8; 2], pub L1Pre_CRC32: [u8; 4], pub L1PostData: [u8; 1],
}
Expand description

Required features: "Win32_Media_DirectShow"

Fields

L1Pre_TYPE: u8L1Pre_BWT_S1_S2: u8L1Pre_REPETITION_GUARD_PAPR: u8L1Pre_MOD_COD_FEC: u8L1Pre_POSTSIZE_INFO_PILOT: [u8; 5]L1Pre_TX_ID_AVAIL: u8L1Pre_CELL_ID: [u8; 2]L1Pre_NETWORK_ID: [u8; 2]L1Pre_T2SYSTEM_ID: [u8; 2]L1Pre_NUM_T2_FRAMES: u8L1Pre_NUM_DATA_REGENFLAG_L1POSTEXT: [u8; 2]L1Pre_NUMRF_CURRENTRF_RESERVED: [u8; 2]L1Pre_CRC32: [u8; 4]L1PostData: [u8; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

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

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.