#[repr(C, packed(1))]
pub struct LINEDEVCAPS {
Show 55 fields pub dwTotalSize: u32, pub dwNeededSize: u32, pub dwUsedSize: u32, pub dwProviderInfoSize: u32, pub dwProviderInfoOffset: u32, pub dwSwitchInfoSize: u32, pub dwSwitchInfoOffset: u32, pub dwPermanentLineID: u32, pub dwLineNameSize: u32, pub dwLineNameOffset: u32, pub dwStringFormat: u32, pub dwAddressModes: u32, pub dwNumAddresses: u32, pub dwBearerModes: u32, pub dwMaxRate: u32, pub dwMediaModes: u32, pub dwGenerateToneModes: u32, pub dwGenerateToneMaxNumFreq: u32, pub dwGenerateDigitModes: u32, pub dwMonitorToneMaxNumFreq: u32, pub dwMonitorToneMaxNumEntries: u32, pub dwMonitorDigitModes: u32, pub dwGatherDigitsMinTimeout: u32, pub dwGatherDigitsMaxTimeout: u32, pub dwMedCtlDigitMaxListSize: u32, pub dwMedCtlMediaMaxListSize: u32, pub dwMedCtlToneMaxListSize: u32, pub dwMedCtlCallStateMaxListSize: u32, pub dwDevCapFlags: u32, pub dwMaxNumActiveCalls: u32, pub dwAnswerMode: u32, pub dwRingModes: u32, pub dwLineStates: u32, pub dwUUIAcceptSize: u32, pub dwUUIAnswerSize: u32, pub dwUUIMakeCallSize: u32, pub dwUUIDropSize: u32, pub dwUUISendUserUserInfoSize: u32, pub dwUUICallInfoSize: u32, pub MinDialParams: LINEDIALPARAMS, pub MaxDialParams: LINEDIALPARAMS, pub DefaultDialParams: LINEDIALPARAMS, pub dwNumTerminals: u32, pub dwTerminalCapsSize: u32, pub dwTerminalCapsOffset: u32, pub dwTerminalTextEntrySize: u32, pub dwTerminalTextSize: u32, pub dwTerminalTextOffset: u32, pub dwDevSpecificSize: u32, pub dwDevSpecificOffset: u32, pub dwLineFeatures: u32, pub dwSettableDevStatus: u32, pub dwDeviceClassesSize: u32, pub dwDeviceClassesOffset: u32, pub PermanentLineGuid: GUID,
}
Expand description

Required features: "Win32_Devices_Tapi"

Fields

dwTotalSize: u32dwNeededSize: u32dwUsedSize: u32dwProviderInfoSize: u32dwProviderInfoOffset: u32dwSwitchInfoSize: u32dwSwitchInfoOffset: u32dwPermanentLineID: u32dwLineNameSize: u32dwLineNameOffset: u32dwStringFormat: u32dwAddressModes: u32dwNumAddresses: u32dwBearerModes: u32dwMaxRate: u32dwMediaModes: u32dwGenerateToneModes: u32dwGenerateToneMaxNumFreq: u32dwGenerateDigitModes: u32dwMonitorToneMaxNumFreq: u32dwMonitorToneMaxNumEntries: u32dwMonitorDigitModes: u32dwGatherDigitsMinTimeout: u32dwGatherDigitsMaxTimeout: u32dwMedCtlDigitMaxListSize: u32dwMedCtlMediaMaxListSize: u32dwMedCtlToneMaxListSize: u32dwMedCtlCallStateMaxListSize: u32dwDevCapFlags: u32dwMaxNumActiveCalls: u32dwAnswerMode: u32dwRingModes: u32dwLineStates: u32dwUUIAcceptSize: u32dwUUIAnswerSize: u32dwUUIMakeCallSize: u32dwUUIDropSize: u32dwUUISendUserUserInfoSize: u32dwUUICallInfoSize: u32MinDialParams: LINEDIALPARAMSMaxDialParams: LINEDIALPARAMSDefaultDialParams: LINEDIALPARAMSdwNumTerminals: u32dwTerminalCapsSize: u32dwTerminalCapsOffset: u32dwTerminalTextEntrySize: u32dwTerminalTextSize: u32dwTerminalTextOffset: u32dwDevSpecificSize: u32dwDevSpecificOffset: u32dwLineFeatures: u32dwSettableDevStatus: u32dwDeviceClassesSize: u32dwDeviceClassesOffset: u32PermanentLineGuid: GUID

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.