Struct HTTP_TRANSPORT_ADDRESS
#[repr(C)]pub struct HTTP_TRANSPORT_ADDRESS {
pub pRemoteAddress: *mut SOCKADDR,
pub pLocalAddress: *mut SOCKADDR,
}
Fields§
§pRemoteAddress: *mut SOCKADDR
§pLocalAddress: *mut SOCKADDR
Trait Implementations§
§impl Clone for HTTP_TRANSPORT_ADDRESS
impl Clone for HTTP_TRANSPORT_ADDRESS
§fn clone(&self) -> HTTP_TRANSPORT_ADDRESS
fn clone(&self) -> HTTP_TRANSPORT_ADDRESS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HTTP_TRANSPORT_ADDRESS
Auto Trait Implementations§
impl Freeze for HTTP_TRANSPORT_ADDRESS
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§
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