Struct windows_sys::Win32::NetworkManagement::Dns::DNS_LOC_DATA
[−]#[repr(C)]pub struct DNS_LOC_DATA {
pub wVersion: u16,
pub wSize: u16,
pub wHorPrec: u16,
pub wVerPrec: u16,
pub dwLatitude: u32,
pub dwLongitude: u32,
pub dwAltitude: u32,
}Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
wVersion: u16wSize: u16wHorPrec: u16wVerPrec: u16dwLatitude: u32dwLongitude: u32dwAltitude: u32Trait Implementations
impl Clone for DNS_LOC_DATA
impl Clone for DNS_LOC_DATA
impl Copy for DNS_LOC_DATA
Auto Trait Implementations
impl RefUnwindSafe for DNS_LOC_DATA
impl Send for DNS_LOC_DATA
impl Sync for DNS_LOC_DATA
impl Unpin for DNS_LOC_DATA
impl UnwindSafe for DNS_LOC_DATA
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