Struct webrtc_sctp::packet::parameter::IPv6Address[][src]

pub struct IPv6Address {
    pub value: [u8; 16],
}

Fields

Methods

impl IPv6Address
[src]

Trait Implementations

impl Clone for IPv6Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IPv6Address
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for IPv6Address
[src]

Formats the value using the given formatter. Read more

impl Debug for IPv6Address
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IPv6Address

impl Sync for IPv6Address