Struct webrtc_sctp::packet::parameter::IPv4Address [−][src]
pub struct IPv4Address {
pub value: u32,
}Fields
value: u32
Methods
impl IPv4Address[src]
impl IPv4Addresspub fn from_bytes(bytes: &[u8; 4]) -> IPv4Address[src]
pub fn from_bytes(bytes: &[u8; 4]) -> IPv4AddressTrait Implementations
impl Clone for IPv4Address[src]
impl Clone for IPv4Addressfn clone(&self) -> IPv4Address[src]
fn clone(&self) -> IPv4AddressReturns 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 IPv4Address[src]
impl PartialEq for IPv4Addressfn eq(&self, other: &IPv4Address) -> bool[src]
fn eq(&self, other: &IPv4Address) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv4Address) -> bool[src]
fn ne(&self, other: &IPv4Address) -> boolThis method tests for !=.
impl Display for IPv4Address[src]
impl Display for IPv4Addressfn 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 IPv4Address[src]
impl Debug for IPv4AddressAuto Trait Implementations
impl Send for IPv4Address
impl Send for IPv4Addressimpl Sync for IPv4Address
impl Sync for IPv4Address