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,
}
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
§fn clone(&self) -> LINELOCATIONENTRY
fn clone(&self) -> LINELOCATIONENTRY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LINELOCATIONENTRY
Auto Trait Implementations§
impl Freeze for LINELOCATIONENTRY
impl RefUnwindSafe for LINELOCATIONENTRY
impl Send for LINELOCATIONENTRY
impl Sync for LINELOCATIONENTRY
impl Unpin for LINELOCATIONENTRY
impl UnwindSafe for LINELOCATIONENTRY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)