Struct 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,
}
Fields§
§wVersion: u16
§wSize: u16
§wHorPrec: u16
§wVerPrec: u16
§dwLatitude: u32
§dwLongitude: u32
§dwAltitude: u32
Trait Implementations§
§impl Clone for DNS_LOC_DATA
impl Clone for DNS_LOC_DATA
§fn clone(&self) -> DNS_LOC_DATA
fn clone(&self) -> DNS_LOC_DATA
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 more§impl Debug for DNS_LOC_DATA
impl Debug for DNS_LOC_DATA
§impl Default for DNS_LOC_DATA
impl Default for DNS_LOC_DATA
§impl PartialEq for DNS_LOC_DATA
impl PartialEq for DNS_LOC_DATA
impl Copy for DNS_LOC_DATA
impl StructuralPartialEq for DNS_LOC_DATA
Auto Trait Implementations§
impl Freeze for DNS_LOC_DATA
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§
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