#[repr(C)]pub struct _COMMTIMEOUTS {
pub ReadIntervalTimeout: DWORD,
pub ReadTotalTimeoutMultiplier: DWORD,
pub ReadTotalTimeoutConstant: DWORD,
pub WriteTotalTimeoutMultiplier: DWORD,
pub WriteTotalTimeoutConstant: DWORD,
}
Fields§
§ReadIntervalTimeout: DWORD
§ReadTotalTimeoutMultiplier: DWORD
§ReadTotalTimeoutConstant: DWORD
§WriteTotalTimeoutMultiplier: DWORD
§WriteTotalTimeoutConstant: DWORD
Trait Implementations§
Source§impl Clone for _COMMTIMEOUTS
impl Clone for _COMMTIMEOUTS
Source§fn clone(&self) -> _COMMTIMEOUTS
fn clone(&self) -> _COMMTIMEOUTS
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 moreSource§impl Debug for _COMMTIMEOUTS
impl Debug for _COMMTIMEOUTS
Source§impl Ord for _COMMTIMEOUTS
impl Ord for _COMMTIMEOUTS
Source§fn cmp(&self, other: &_COMMTIMEOUTS) -> Ordering
fn cmp(&self, other: &_COMMTIMEOUTS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _COMMTIMEOUTS
impl PartialEq for _COMMTIMEOUTS
Source§impl PartialOrd for _COMMTIMEOUTS
impl PartialOrd for _COMMTIMEOUTS
impl Copy for _COMMTIMEOUTS
impl Eq for _COMMTIMEOUTS
impl StructuralPartialEq for _COMMTIMEOUTS
Auto Trait Implementations§
impl Freeze for _COMMTIMEOUTS
impl RefUnwindSafe for _COMMTIMEOUTS
impl Send for _COMMTIMEOUTS
impl Sync for _COMMTIMEOUTS
impl Unpin for _COMMTIMEOUTS
impl UnwindSafe for _COMMTIMEOUTS
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