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