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