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

pub struct IPv4Address {
    pub value: u32,
}

Fields

Methods

impl IPv4Address
[src]

Trait Implementations

impl Clone for IPv4Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IPv4Address
[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 IPv4Address
[src]

Formats the value using the given formatter. Read more

impl Debug for IPv4Address
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IPv4Address

impl Sync for IPv4Address