#[repr(C)]pub struct HTTP_TRANSPORT_ADDRESS {
pub pRemoteAddress: PSOCKADDR,
pub pLocalAddress: PSOCKADDR,
}
Fields§
§pRemoteAddress: PSOCKADDR
§pLocalAddress: PSOCKADDR
Trait Implementations§
Source§impl Clone for HTTP_TRANSPORT_ADDRESS
impl Clone for HTTP_TRANSPORT_ADDRESS
Source§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 moreSource§impl Default for HTTP_TRANSPORT_ADDRESS
impl Default for HTTP_TRANSPORT_ADDRESS
Source§fn default() -> HTTP_TRANSPORT_ADDRESS
fn default() -> HTTP_TRANSPORT_ADDRESS
Returns the “default value” for a type. Read more
impl 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