Struct windows_sys::Win32::Devices::Tapi::LINELOCATIONENTRY
[−]#[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
impl Clone for LINELOCATIONENTRY
impl Clone for LINELOCATIONENTRY
impl Copy for LINELOCATIONENTRY
Auto Trait Implementations
impl RefUnwindSafe for LINELOCATIONENTRY
impl Send for LINELOCATIONENTRY
impl Sync for LINELOCATIONENTRY
impl Unpin for LINELOCATIONENTRY
impl UnwindSafe for LINELOCATIONENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more