#[repr(C)]pub struct SERIAL_XOFF_COUNTER {
pub Timeout: u32,
pub Counter: i32,
pub XoffChar: u8,
}Fields§
§Timeout: u32§Counter: i32§XoffChar: u8Trait Implementations§
§impl Clone for SERIAL_XOFF_COUNTER
impl Clone for SERIAL_XOFF_COUNTER
impl Copy for SERIAL_XOFF_COUNTER
Auto Trait Implementations§
impl RefUnwindSafe for SERIAL_XOFF_COUNTER
impl Send for SERIAL_XOFF_COUNTER
impl Sync for SERIAL_XOFF_COUNTER
impl Unpin for SERIAL_XOFF_COUNTER
impl UnwindSafe for SERIAL_XOFF_COUNTER
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