#[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,
}

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§

§

impl Clone for LINECALLPARAMS

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for LINECALLPARAMS

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for LINECALLPARAMS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.