#[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: u32§dwLocationNameSize: u32§dwLocationNameOffset: u32§dwCountryCode: u32§dwCityCodeSize: u32§dwCityCodeOffset: u32§dwPreferredCardID: u32§dwLocalAccessCodeSize: u32§dwLocalAccessCodeOffset: u32§dwLongDistanceAccessCodeSize: u32§dwLongDistanceAccessCodeOffset: u32§dwTollPrefixListSize: u32§dwTollPrefixListOffset: u32§dwCountryID: u32§dwOptions: u32§dwCancelCallWaitingSize: u32§dwCancelCallWaitingOffset: 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.