Struct windows_sys::Win32::Devices::Tapi::LINECOUNTRYLIST
[−]#[repr(C, packed(1))]pub struct LINECOUNTRYLIST {
pub dwTotalSize: u32,
pub dwNeededSize: u32,
pub dwUsedSize: u32,
pub dwNumCountries: u32,
pub dwCountryListSize: u32,
pub dwCountryListOffset: u32,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
dwTotalSize: u32
dwNeededSize: u32
dwUsedSize: u32
dwNumCountries: u32
dwCountryListSize: u32
dwCountryListOffset: u32
Trait Implementations
impl Clone for LINECOUNTRYLIST
impl Clone for LINECOUNTRYLIST
impl Copy for LINECOUNTRYLIST
Auto Trait Implementations
impl RefUnwindSafe for LINECOUNTRYLIST
impl Send for LINECOUNTRYLIST
impl Sync for LINECOUNTRYLIST
impl Unpin for LINECOUNTRYLIST
impl UnwindSafe for LINECOUNTRYLIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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