Struct windows_sys::Win32::Devices::SerialCommunication::SERIALPERF_STATS
#[repr(C)]pub struct SERIALPERF_STATS {
pub ReceivedCount: u32,
pub TransmittedCount: u32,
pub FrameErrorCount: u32,
pub SerialOverrunErrorCount: u32,
pub BufferOverrunErrorCount: u32,
pub ParityErrorCount: u32,
}
Fields§
§ReceivedCount: u32
§TransmittedCount: u32
§FrameErrorCount: u32
§SerialOverrunErrorCount: u32
§BufferOverrunErrorCount: u32
§ParityErrorCount: u32
Trait Implementations§
§impl Clone for SERIALPERF_STATS
impl Clone for SERIALPERF_STATS
§fn clone(&self) -> SERIALPERF_STATS
fn clone(&self) -> SERIALPERF_STATS
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 moreimpl Copy for SERIALPERF_STATS
Auto Trait Implementations§
impl Freeze for SERIALPERF_STATS
impl RefUnwindSafe for SERIALPERF_STATS
impl Send for SERIALPERF_STATS
impl Sync for SERIALPERF_STATS
impl Unpin for SERIALPERF_STATS
impl UnwindSafe for SERIALPERF_STATS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)