Struct windows::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,
}
Fields§
§n_name: PSTR
§n_aliases: *mut *mut i8
§n_addrtype: i16
§n_net: u32
Trait Implementations§
impl Copy for netent
impl Eq for netent
impl StructuralPartialEq for netent
Auto Trait Implementations§
impl Freeze for netent
impl RefUnwindSafe for netent
impl !Send for netent
impl !Sync for netent
impl Unpin for netent
impl UnwindSafe for netent
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
)