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

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§

§

impl Clone for LINELOCATIONENTRY

§

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 Copy for LINELOCATIONENTRY

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere 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, U> TryFrom<U> for Twhere 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 Twhere 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.