pub struct ExtendedProxySocketIpv6 {
pub socket: ExtendedSocketIpv6,
}Expand description
Extended Proxy Socket IPv6 - Format (0,2103)
IPv6 socket information for proxy connections
§XDR Definition (sFlow HTTP)
/* Proxy socket IPv6 */
/* opaque = flow_data; enterprise=0; format=2103 */
struct extended_proxy_socket_ipv6 {
extended_socket_ipv6 socket;
}Fields§
§socket: ExtendedSocketIpv6Socket information
Trait Implementations§
Source§impl Clone for ExtendedProxySocketIpv6
impl Clone for ExtendedProxySocketIpv6
Source§fn clone(&self) -> ExtendedProxySocketIpv6
fn clone(&self) -> ExtendedProxySocketIpv6
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 ExtendedProxySocketIpv6
impl Debug for ExtendedProxySocketIpv6
Source§impl PartialEq for ExtendedProxySocketIpv6
impl PartialEq for ExtendedProxySocketIpv6
impl Eq for ExtendedProxySocketIpv6
impl StructuralPartialEq for ExtendedProxySocketIpv6
Auto Trait Implementations§
impl Freeze for ExtendedProxySocketIpv6
impl RefUnwindSafe for ExtendedProxySocketIpv6
impl Send for ExtendedProxySocketIpv6
impl Sync for ExtendedProxySocketIpv6
impl Unpin for ExtendedProxySocketIpv6
impl UnwindSafe for ExtendedProxySocketIpv6
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