Struct windows_sys::Win32::Networking::WinSock::servent
[−]#[repr(C)]pub struct servent {
pub s_name: PSTR,
pub s_aliases: *mut *mut i8,
pub s_proto: PSTR,
pub s_port: i16,
}
Expand description
Required features: ‘Win32_Networking_WinSock’
Fields
s_name: PSTR
s_aliases: *mut *mut i8
s_proto: PSTR
s_port: i16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for servent
impl !Send for servent
impl !Sync for servent
impl Unpin for servent
impl UnwindSafe for servent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more