Struct webrtc_sctp::packet::parameter::IPv6Address [−][src]
Fields
value: [u8; 16]
Methods
impl IPv6Address
[src]
impl IPv6Address
pub fn from_bytes(bytes: &[u8; 16]) -> IPv6Address
[src]
pub fn from_bytes(bytes: &[u8; 16]) -> IPv6Address
Trait Implementations
impl Clone for IPv6Address
[src]
impl Clone for IPv6Address
fn clone(&self) -> IPv6Address
[src]
fn clone(&self) -> IPv6Address
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for IPv6Address
[src]
impl PartialEq for IPv6Address
fn eq(&self, other: &IPv6Address) -> bool
[src]
fn eq(&self, other: &IPv6Address) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &IPv6Address) -> bool
[src]
fn ne(&self, other: &IPv6Address) -> bool
This method tests for !=
.
impl Display for IPv6Address
[src]
impl Display for IPv6Address
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Debug for IPv6Address
[src]
impl Debug for IPv6Address
Auto Trait Implementations
impl Send for IPv6Address
impl Send for IPv6Address
impl Sync for IPv6Address
impl Sync for IPv6Address