Struct windows_sys::Win32::Devices::SerialCommunication::SERIAL_CHARS
#[repr(C)]pub struct SERIAL_CHARS {
pub EofChar: u8,
pub ErrorChar: u8,
pub BreakChar: u8,
pub EventChar: u8,
pub XonChar: u8,
pub XoffChar: u8,
}Fields§
§EofChar: u8§ErrorChar: u8§BreakChar: u8§EventChar: u8§XonChar: u8§XoffChar: u8Trait Implementations§
§impl Clone for SERIAL_CHARS
impl Clone for SERIAL_CHARS
impl Copy for SERIAL_CHARS
Auto Trait Implementations§
impl RefUnwindSafe for SERIAL_CHARS
impl Send for SERIAL_CHARS
impl Sync for SERIAL_CHARS
impl Unpin for SERIAL_CHARS
impl UnwindSafe for SERIAL_CHARS
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