pub struct ExtendedProxySocketIpv4 {
pub socket: ExtendedSocketIpv4,
}Expand description
Extended Proxy Socket IPv4 - Format (0,2102)
IPv4 socket information for proxy connections
§XDR Definition (sFlow HTTP)
/* Proxy socket IPv4 */
/* opaque = flow_data; enterprise=0; format=2102 */
struct extended_proxy_socket_ipv4 {
extended_socket_ipv4 socket;
}Fields§
§socket: ExtendedSocketIpv4Socket information
Trait Implementations§
Source§impl Clone for ExtendedProxySocketIpv4
impl Clone for ExtendedProxySocketIpv4
Source§fn clone(&self) -> ExtendedProxySocketIpv4
fn clone(&self) -> ExtendedProxySocketIpv4
Returns a duplicate 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 Debug for ExtendedProxySocketIpv4
impl Debug for ExtendedProxySocketIpv4
Source§impl PartialEq for ExtendedProxySocketIpv4
impl PartialEq for ExtendedProxySocketIpv4
impl Eq for ExtendedProxySocketIpv4
impl StructuralPartialEq for ExtendedProxySocketIpv4
Auto Trait Implementations§
impl Freeze for ExtendedProxySocketIpv4
impl RefUnwindSafe for ExtendedProxySocketIpv4
impl Send for ExtendedProxySocketIpv4
impl Sync for ExtendedProxySocketIpv4
impl Unpin for ExtendedProxySocketIpv4
impl UnwindSafe for ExtendedProxySocketIpv4
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