Struct webrtc_sctp::packet::parameter::IPv6Address [−][src]
Fields
value: [u8; 16]
Methods
impl IPv6Address[src]
impl IPv6Addresspub fn from_bytes(bytes: &[u8; 16]) -> IPv6Address[src]
pub fn from_bytes(bytes: &[u8; 16]) -> IPv6AddressTrait Implementations
impl Clone for IPv6Address[src]
impl Clone for IPv6Addressfn clone(&self) -> IPv6Address[src]
fn clone(&self) -> IPv6AddressReturns 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 IPv6Addressfn eq(&self, other: &IPv6Address) -> bool[src]
fn eq(&self, other: &IPv6Address) -> boolThis 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) -> boolThis method tests for !=.
impl Display for IPv6Address[src]
impl Display for IPv6Addressfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for IPv6Address[src]
impl Debug for IPv6AddressAuto Trait Implementations
impl Send for IPv6Address
impl Send for IPv6Addressimpl Sync for IPv6Address
impl Sync for IPv6Address