#[repr(C)]pub struct INET_PORT_RESERVATION_INSTANCE {
pub Reservation: INET_PORT_RANGE,
pub Token: INET_PORT_RESERVATION_TOKEN,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more