Struct 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 Freeze for COMSTAT
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