#[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: u32§BaudRate: u32§_bitfield: u32§wReserved: u16§XonLim: u16§XoffLim: u16§ByteSize: u8§Parity: DCB_PARITY§StopBits: DCB_STOP_BITS§XonChar: CHAR§XoffChar: CHAR§ErrorChar: CHAR§EofChar: CHAR§EvtChar: CHAR§wReserved1: 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.