#[repr(C)]pub struct INET_PORT_RESERVATION_INFORMATION {
pub OwningPid: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
OwningPid: u32
Trait Implementations
impl Clone for INET_PORT_RESERVATION_INFORMATION
impl Clone for INET_PORT_RESERVATION_INFORMATION
impl Copy for INET_PORT_RESERVATION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for INET_PORT_RESERVATION_INFORMATION
impl Send for INET_PORT_RESERVATION_INFORMATION
impl Sync for INET_PORT_RESERVATION_INFORMATION
impl Unpin for INET_PORT_RESERVATION_INFORMATION
impl UnwindSafe for INET_PORT_RESERVATION_INFORMATION
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