Struct windows::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: i8,
pub XoffChar: i8,
pub ErrorChar: i8,
pub EofChar: i8,
pub EvtChar: i8,
pub wReserved1: u16,
}
Fields§
§DCBlength: u32
§BaudRate: u32
§_bitfield: u32
§wReserved: u16
§XonLim: u16
§XoffLim: u16
§ByteSize: u8
§Parity: DCB_PARITY
§StopBits: DCB_STOP_BITS
§XonChar: i8
§XoffChar: i8
§ErrorChar: i8
§EofChar: i8
§EvtChar: i8
§wReserved1: u16
Trait Implementations§
impl Copy for DCB
impl Eq for DCB
impl StructuralPartialEq for DCB
Auto Trait Implementations§
impl Freeze for DCB
impl RefUnwindSafe for DCB
impl Send for DCB
impl Sync for DCB
impl Unpin for DCB
impl UnwindSafe for DCB
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)