Struct windows_sys::Win32::Networking::WinSock::netent
[−]#[repr(C)]pub struct netent {
pub n_name: PSTR,
pub n_aliases: *mut *mut i8,
pub n_addrtype: i16,
pub n_net: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
n_name: PSTR
n_aliases: *mut *mut i8
n_addrtype: i16
n_net: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for netent
impl !Send for netent
impl !Sync for netent
impl Unpin for netent
impl UnwindSafe for netent
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