Struct windows_sys::Win32::Devices::Communication::COMSTAT
[−]Expand description
Required features: ‘Win32_Devices_Communication’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more