#[repr(C, packed(1))]
pub struct LINECALLPARAMS {
Show 41 fields pub dwTotalSize: u32, pub dwBearerMode: u32, pub dwMinRate: u32, pub dwMaxRate: u32, pub dwMediaMode: u32, pub dwCallParamFlags: u32, pub dwAddressMode: u32, pub dwAddressID: u32, pub DialParams: LINEDIALPARAMS, pub dwOrigAddressSize: u32, pub dwOrigAddressOffset: u32, pub dwDisplayableAddressSize: u32, pub dwDisplayableAddressOffset: u32, pub dwCalledPartySize: u32, pub dwCalledPartyOffset: u32, pub dwCommentSize: u32, pub dwCommentOffset: u32, pub dwUserUserInfoSize: u32, pub dwUserUserInfoOffset: u32, pub dwHighLevelCompSize: u32, pub dwHighLevelCompOffset: u32, pub dwLowLevelCompSize: u32, pub dwLowLevelCompOffset: u32, pub dwDevSpecificSize: u32, pub dwDevSpecificOffset: u32, pub dwPredictiveAutoTransferStates: u32, pub dwTargetAddressSize: u32, pub dwTargetAddressOffset: u32, pub dwSendingFlowspecSize: u32, pub dwSendingFlowspecOffset: u32, pub dwReceivingFlowspecSize: u32, pub dwReceivingFlowspecOffset: u32, pub dwDeviceClassSize: u32, pub dwDeviceClassOffset: u32, pub dwDeviceConfigSize: u32, pub dwDeviceConfigOffset: u32, pub dwCallDataSize: u32, pub dwCallDataOffset: u32, pub dwNoAnswerTimeout: u32, pub dwCallingPartyIDSize: u32, pub dwCallingPartyIDOffset: u32,
}
Expand description

Required features: "Win32_Devices_Tapi"

Fields§

§dwTotalSize: u32§dwBearerMode: u32§dwMinRate: u32§dwMaxRate: u32§dwMediaMode: u32§dwCallParamFlags: u32§dwAddressMode: u32§dwAddressID: u32§DialParams: LINEDIALPARAMS§dwOrigAddressSize: u32§dwOrigAddressOffset: u32§dwDisplayableAddressSize: u32§dwDisplayableAddressOffset: u32§dwCalledPartySize: u32§dwCalledPartyOffset: u32§dwCommentSize: u32§dwCommentOffset: u32§dwUserUserInfoSize: u32§dwUserUserInfoOffset: u32§dwHighLevelCompSize: u32§dwHighLevelCompOffset: u32§dwLowLevelCompSize: u32§dwLowLevelCompOffset: u32§dwDevSpecificSize: u32§dwDevSpecificOffset: u32§dwPredictiveAutoTransferStates: u32§dwTargetAddressSize: u32§dwTargetAddressOffset: u32§dwSendingFlowspecSize: u32§dwSendingFlowspecOffset: u32§dwReceivingFlowspecSize: u32§dwReceivingFlowspecOffset: u32§dwDeviceClassSize: u32§dwDeviceClassOffset: u32§dwDeviceConfigSize: u32§dwDeviceConfigOffset: u32§dwCallDataSize: u32§dwCallDataOffset: u32§dwNoAnswerTimeout: u32§dwCallingPartyIDSize: u32§dwCallingPartyIDOffset: u32

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.