Struct windows_sys::Win32::Devices::Communication::DCB
#[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