Searched defs:LineControl (Results 1 – 1 of 1) sorted by relevance
272 pub struct LineControl { struct280 pub send_break: bool,287 pub parity_enabled: bool,297 pub parity: Parity,301 pub two_stops_bits: bool,325 impl_vmstate_bitsized!(LineControl); argument327 impl LineControl { implementation334 impl Default for LineControl { implementation