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: PSTRs_aliases: *mut *mut i8s_proto: PSTRs_port: i16Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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