Struct windows_sys::Win32::Networking::WinSock::INET_PORT_RESERVATION_TOKEN
#[repr(C)]pub struct INET_PORT_RESERVATION_TOKEN {
pub Token: u64,
}
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§
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