Struct winapi::winbase::DCB
[−]
[src]
pub struct DCB { pub DCBlength: DWORD, pub BaudRate: DWORD, pub BitFields: DWORD, pub wReserved: WORD, pub XonLim: WORD, pub XoffLim: WORD, pub ByteSize: BYTE, pub Parity: BYTE, pub StopBits: BYTE, pub XonChar: c_char, pub XoffChar: c_char, pub ErrorChar: c_char, pub EofChar: c_char, pub EvtChar: c_char, pub wReserved1: WORD, }
Fields
DCBlength | |
BaudRate | |
BitFields | |
wReserved | |
XonLim | |
XoffLim | |
ByteSize | |
Parity | |
StopBits | |
XonChar | |
XoffChar | |
ErrorChar | |
EofChar | |
EvtChar | |
wReserved1 |
Methods
impl DCB
[src]
fn fBinary(&self) -> DWORD
fn set_fBinary(&mut self, val: DWORD)
fn fParity(&self) -> DWORD
fn set_fParity(&mut self, val: DWORD)
fn fOutxCtsFlow(&self) -> DWORD
fn set_fOutxCtsFlow(&mut self, val: DWORD)
fn fOutxDsrFlow(&self) -> DWORD
fn set_fOutxDsrFlow(&mut self, val: DWORD)
fn fDtrControl(&self) -> DWORD
fn set_fDtrControl(&mut self, val: DWORD)
fn fDsrSensitivity(&self) -> DWORD
fn set_fDsrSensitivity(&mut self, val: DWORD)
fn fTXContinueOnXoff(&self) -> DWORD
fn set_fTXContinueOnXoff(&mut self, val: DWORD)
fn fOutX(&self) -> DWORD
fn set_fOutX(&mut self, val: DWORD)
fn fInX(&self) -> DWORD
fn set_fInX(&mut self, val: DWORD)
fn fErrorChar(&self) -> DWORD
fn set_fErrorChar(&mut self, val: DWORD)
fn fNull(&self) -> DWORD
fn set_fNull(&mut self, val: DWORD)
fn fRtsControl(&self) -> DWORD
fn set_fRtsControl(&mut self, val: DWORD)
fn fAbortOnError(&self) -> DWORD
fn set_fAbortOnError(&mut self, val: DWORD)
fn fDummy2(&self) -> DWORD
fn set_fDummy2(&mut self, val: DWORD)
Trait Implementations
impl Copy for DCB
[src]
impl Clone for DCB
[src]
fn clone(&self) -> DCB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more