#[repr(C)]
pub struct BDA_ISDBCAS_EMG_REQ { pub bCLA: u8, pub bINS: u8, pub bP1: u8, pub bP2: u8, pub bLC: u8, pub bCardId: [u8; 6], pub bProtocol: u8, pub bCABroadcasterGroupId: u8, pub bMessageControl: u8, pub bMessageCode: [u8; 1], }
Expand description

Required features: "Win32_Media_DirectShow"

Fields

bCLA: u8bINS: u8bP1: u8bP2: u8bLC: u8bCardId: [u8; 6]bProtocol: u8bCABroadcasterGroupId: u8bMessageControl: u8bMessageCode: [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.