Struct vc6_sys::_COMMTIMEOUTS
source · #[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: DWORDTrait 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
impl Copy for _COMMTIMEOUTS
Auto Trait Implementations§
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