#[repr(C)]pub struct HTTP_TRANSPORT_ADDRESS {
pub pRemoteAddress: *mut SOCKADDR,
pub pLocalAddress: *mut SOCKADDR,
}
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"
, "Win32_Networking_WinSock"
Fields
pRemoteAddress: *mut SOCKADDR
pLocalAddress: *mut SOCKADDR
Trait Implementations
impl Clone for HTTP_TRANSPORT_ADDRESS
impl Clone for HTTP_TRANSPORT_ADDRESS
impl Copy for HTTP_TRANSPORT_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for HTTP_TRANSPORT_ADDRESS
impl !Send for HTTP_TRANSPORT_ADDRESS
impl !Sync for HTTP_TRANSPORT_ADDRESS
impl Unpin for HTTP_TRANSPORT_ADDRESS
impl UnwindSafe for HTTP_TRANSPORT_ADDRESS
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