Searched defs:ReceiveStatusErrorClear (Results 1 – 1 of 1) sorted by relevance
235 pub struct ReceiveStatusErrorClear { struct236 pub framing_error: bool,237 pub parity_error: bool,238 pub break_error: bool,239 pub overrun_error: bool,240 _reserved_unpredictable: u4,243 impl ReceiveStatusErrorClear { impl250 impl Default for ReceiveStatusErrorClear { implementation