#[repr(C)]pub struct _MODEMSETTINGS {
pub dwActualSize: DWORD,
pub dwRequiredSize: DWORD,
pub dwDevSpecificOffset: DWORD,
pub dwDevSpecificSize: DWORD,
pub dwCallSetupFailTimer: DWORD,
pub dwInactivityTimeout: DWORD,
pub dwSpeakerVolume: DWORD,
pub dwSpeakerMode: DWORD,
pub dwPreferredModemOptions: DWORD,
pub dwNegotiatedModemOptions: DWORD,
pub dwNegotiatedDCERate: DWORD,
pub abVariablePortion: [BYTE; 1],
}
Fields§
§dwActualSize: DWORD
§dwRequiredSize: DWORD
§dwDevSpecificOffset: DWORD
§dwDevSpecificSize: DWORD
§dwCallSetupFailTimer: DWORD
§dwInactivityTimeout: DWORD
§dwSpeakerVolume: DWORD
§dwSpeakerMode: DWORD
§dwPreferredModemOptions: DWORD
§dwNegotiatedModemOptions: DWORD
§dwNegotiatedDCERate: DWORD
§abVariablePortion: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _MODEMSETTINGS
impl Clone for _MODEMSETTINGS
Source§fn clone(&self) -> _MODEMSETTINGS
fn clone(&self) -> _MODEMSETTINGS
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 _MODEMSETTINGS
impl Debug for _MODEMSETTINGS
Source§impl Ord for _MODEMSETTINGS
impl Ord for _MODEMSETTINGS
Source§fn cmp(&self, other: &_MODEMSETTINGS) -> Ordering
fn cmp(&self, other: &_MODEMSETTINGS) -> 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 _MODEMSETTINGS
impl PartialEq for _MODEMSETTINGS
Source§impl PartialOrd for _MODEMSETTINGS
impl PartialOrd for _MODEMSETTINGS
impl Copy for _MODEMSETTINGS
impl Eq for _MODEMSETTINGS
impl StructuralPartialEq for _MODEMSETTINGS
Auto Trait Implementations§
impl Freeze for _MODEMSETTINGS
impl RefUnwindSafe for _MODEMSETTINGS
impl Send for _MODEMSETTINGS
impl Sync for _MODEMSETTINGS
impl Unpin for _MODEMSETTINGS
impl UnwindSafe for _MODEMSETTINGS
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