Struct windows_sys::Win32::Networking::WinSock::PROTOENT
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
p_name: PSTRp_aliases: *mut *mut i8p_proto: i16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PROTOENT
impl !Send for PROTOENT
impl !Sync for PROTOENT
impl Unpin for PROTOENT
impl UnwindSafe for PROTOENT
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