Struct webrtc_sctp::packet::parameter::IPv4Address [−][src]
pub struct IPv4Address { pub value: u32, }
Fields
value: u32
Methods
impl IPv4Address
[src]
impl IPv4Address
pub fn from_bytes(bytes: &[u8; 4]) -> IPv4Address
[src]
pub fn from_bytes(bytes: &[u8; 4]) -> IPv4Address
Trait Implementations
impl Clone for IPv4Address
[src]
impl Clone for IPv4Address
fn clone(&self) -> IPv4Address
[src]
fn clone(&self) -> IPv4Address
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 IPv4Address
[src]
impl PartialEq for IPv4Address
fn eq(&self, other: &IPv4Address) -> bool
[src]
fn eq(&self, other: &IPv4Address) -> bool
This 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) -> bool
This method tests for !=
.
impl Display for IPv4Address
[src]
impl Display for IPv4Address
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 IPv4Address
[src]
impl Debug for IPv4Address
Auto Trait Implementations
impl Send for IPv4Address
impl Send for IPv4Address
impl Sync for IPv4Address
impl Sync for IPv4Address