Struct windows_sys::Win32::Devices::Communication::COMSTAT
#[repr(C)]pub struct COMSTAT {
pub _bitfield: u32,
pub cbInQue: u32,
pub cbOutQue: u32,
}
Fields§
§_bitfield: u32
§cbInQue: u32
§cbOutQue: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for COMSTAT
impl Send for COMSTAT
impl Sync for COMSTAT
impl Unpin for COMSTAT
impl UnwindSafe for COMSTAT
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