Struct SERIAL_STATUS
#[repr(C)]pub struct SERIAL_STATUS {
pub Errors: u32,
pub HoldReasons: u32,
pub AmountInInQueue: u32,
pub AmountInOutQueue: u32,
pub EofReceived: bool,
pub WaitForImmediate: bool,
}Fields§
§Errors: u32§HoldReasons: u32§AmountInInQueue: u32§AmountInOutQueue: u32§EofReceived: bool§WaitForImmediate: boolTrait Implementations§
§impl Clone for SERIAL_STATUS
impl Clone for SERIAL_STATUS
§fn clone(&self) -> SERIAL_STATUS
fn clone(&self) -> SERIAL_STATUS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SERIAL_STATUS
impl Debug for SERIAL_STATUS
§impl Default for SERIAL_STATUS
impl Default for SERIAL_STATUS
§impl PartialEq for SERIAL_STATUS
impl PartialEq for SERIAL_STATUS
impl Copy for SERIAL_STATUS
impl StructuralPartialEq for SERIAL_STATUS
Auto Trait Implementations§
impl Freeze for SERIAL_STATUS
impl RefUnwindSafe for SERIAL_STATUS
impl Send for SERIAL_STATUS
impl Sync for SERIAL_STATUS
impl Unpin for SERIAL_STATUS
impl UnwindSafe for SERIAL_STATUS
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