#[repr(C)]
pub struct COMMPROP {
Show 18 fields pub wPacketLength: u16, pub wPacketVersion: u16, pub dwServiceMask: u32, pub dwReserved1: u32, pub dwMaxTxQueue: u32, pub dwMaxRxQueue: u32, pub dwMaxBaud: u32, pub dwProvSubType: u32, pub dwProvCapabilities: u32, pub dwSettableParams: u32, pub dwSettableBaud: u32, pub wSettableData: u16, pub wSettableStopParity: COMMPROP_STOP_PARITY, pub dwCurrentTxQueue: u32, pub dwCurrentRxQueue: u32, pub dwProvSpec1: u32, pub dwProvSpec2: u32, pub wcProvChar: [u16; 1],
}
Expand description

Required features: "Win32_Devices_Communication"

Fields

wPacketLength: u16wPacketVersion: u16dwServiceMask: u32dwReserved1: u32dwMaxTxQueue: u32dwMaxRxQueue: u32dwMaxBaud: u32dwProvSubType: u32dwProvCapabilities: u32dwSettableParams: u32dwSettableBaud: u32wSettableData: u16wSettableStopParity: COMMPROP_STOP_PARITYdwCurrentTxQueue: u32dwCurrentRxQueue: u32dwProvSpec1: u32dwProvSpec2: u32wcProvChar: [u16; 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.