#[repr(C)]pub struct _MODEMDEVCAPS {Show 20 fields
pub dwActualSize: DWORD,
pub dwRequiredSize: DWORD,
pub dwDevSpecificOffset: DWORD,
pub dwDevSpecificSize: DWORD,
pub dwModemProviderVersion: DWORD,
pub dwModemManufacturerOffset: DWORD,
pub dwModemManufacturerSize: DWORD,
pub dwModemModelOffset: DWORD,
pub dwModemModelSize: DWORD,
pub dwModemVersionOffset: DWORD,
pub dwModemVersionSize: DWORD,
pub dwDialOptions: DWORD,
pub dwCallSetupFailTimer: DWORD,
pub dwInactivityTimeout: DWORD,
pub dwSpeakerVolume: DWORD,
pub dwSpeakerMode: DWORD,
pub dwModemOptions: DWORD,
pub dwMaxDTERate: DWORD,
pub dwMaxDCERate: DWORD,
pub abVariablePortion: [BYTE; 1],
}
Fields§
§dwActualSize: DWORD
§dwRequiredSize: DWORD
§dwDevSpecificOffset: DWORD
§dwDevSpecificSize: DWORD
§dwModemProviderVersion: DWORD
§dwModemManufacturerOffset: DWORD
§dwModemManufacturerSize: DWORD
§dwModemModelOffset: DWORD
§dwModemModelSize: DWORD
§dwModemVersionOffset: DWORD
§dwModemVersionSize: DWORD
§dwDialOptions: DWORD
§dwCallSetupFailTimer: DWORD
§dwInactivityTimeout: DWORD
§dwSpeakerVolume: DWORD
§dwSpeakerMode: DWORD
§dwModemOptions: DWORD
§dwMaxDTERate: DWORD
§dwMaxDCERate: DWORD
§abVariablePortion: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _MODEMDEVCAPS
impl Clone for _MODEMDEVCAPS
Source§fn clone(&self) -> _MODEMDEVCAPS
fn clone(&self) -> _MODEMDEVCAPS
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 _MODEMDEVCAPS
impl Debug for _MODEMDEVCAPS
Source§impl Ord for _MODEMDEVCAPS
impl Ord for _MODEMDEVCAPS
Source§fn cmp(&self, other: &_MODEMDEVCAPS) -> Ordering
fn cmp(&self, other: &_MODEMDEVCAPS) -> 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 _MODEMDEVCAPS
impl PartialEq for _MODEMDEVCAPS
Source§impl PartialOrd for _MODEMDEVCAPS
impl PartialOrd for _MODEMDEVCAPS
impl Copy for _MODEMDEVCAPS
impl Eq for _MODEMDEVCAPS
impl StructuralPartialEq for _MODEMDEVCAPS
Auto Trait Implementations§
impl Freeze for _MODEMDEVCAPS
impl RefUnwindSafe for _MODEMDEVCAPS
impl Send for _MODEMDEVCAPS
impl Sync for _MODEMDEVCAPS
impl Unpin for _MODEMDEVCAPS
impl UnwindSafe for _MODEMDEVCAPS
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