#[repr(C, packed(1))]
pub struct LINELOCATIONENTRY {
Show 17 fields pub dwPermanentLocationID: u32, pub dwLocationNameSize: u32, pub dwLocationNameOffset: u32, pub dwCountryCode: u32, pub dwCityCodeSize: u32, pub dwCityCodeOffset: u32, pub dwPreferredCardID: u32, pub dwLocalAccessCodeSize: u32, pub dwLocalAccessCodeOffset: u32, pub dwLongDistanceAccessCodeSize: u32, pub dwLongDistanceAccessCodeOffset: u32, pub dwTollPrefixListSize: u32, pub dwTollPrefixListOffset: u32, pub dwCountryID: u32, pub dwOptions: u32, pub dwCancelCallWaitingSize: u32, pub dwCancelCallWaitingOffset: u32,
}
Expand description

Required features: "Win32_Devices_Tapi"

Fields

dwPermanentLocationID: u32dwLocationNameSize: u32dwLocationNameOffset: u32dwCountryCode: u32dwCityCodeSize: u32dwCityCodeOffset: u32dwPreferredCardID: u32dwLocalAccessCodeSize: u32dwLocalAccessCodeOffset: u32dwLongDistanceAccessCodeSize: u32dwLongDistanceAccessCodeOffset: u32dwTollPrefixListSize: u32dwTollPrefixListOffset: u32dwCountryID: u32dwOptions: u32dwCancelCallWaitingSize: u32dwCancelCallWaitingOffset: 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.