#[repr(C)]
pub struct DCB {
Show 15 fields pub DCBlength: u32, pub BaudRate: u32, pub _bitfield: u32, pub wReserved: u16, pub XonLim: u16, pub XoffLim: u16, pub ByteSize: u8, pub Parity: DCB_PARITY, pub StopBits: DCB_STOP_BITS, pub XonChar: CHAR, pub XoffChar: CHAR, pub ErrorChar: CHAR, pub EofChar: CHAR, pub EvtChar: CHAR, pub wReserved1: u16,
}
Expand description

Required features: "Win32_Devices_Communication", "Win32_Foundation"

Fields

DCBlength: u32BaudRate: u32_bitfield: u32wReserved: u16XonLim: u16XoffLim: u16ByteSize: u8Parity: DCB_PARITYStopBits: DCB_STOP_BITSXonChar: CHARXoffChar: CHARErrorChar: CHAREofChar: CHAREvtChar: CHARwReserved1: u16

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.