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: u32BaudRate: u32_bitfield: u32wReserved: u16XonLim: u16XoffLim: u16ByteSize: u8Parity: DCB_PARITYStopBits: DCB_STOP_BITSXonChar: CHARXoffChar: CHARErrorChar: CHAREofChar: CHAREvtChar: CHARwReserved1: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DCB
impl Send for DCB
impl Sync for DCB
impl Unpin for DCB
impl UnwindSafe for DCB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more