Enum gio_sys::GSocketProtocol [] [src]

pub enum GSocketProtocol {
    Unknown,
    Default,
    Tcp,
    Udp,
    Sctp,
}

Variants

Trait Implementations

impl Clone for GSocketProtocol
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GSocketProtocol
[src]

impl Debug for GSocketProtocol
[src]

[]

Formats the value using the given formatter.

impl Eq for GSocketProtocol
[src]

impl PartialEq for GSocketProtocol
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.