Enum gio_sys::GSocketListenerEvent [] [src]

#[repr(C)]
pub enum GSocketListenerEvent { Binding, Bound, Listening, Listened, }

Variants

Trait Implementations

impl Clone for GSocketListenerEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GSocketListenerEvent
[src]

impl Debug for GSocketListenerEvent
[src]

Formats the value using the given formatter.

impl Eq for GSocketListenerEvent
[src]

impl PartialEq for GSocketListenerEvent
[src]

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

This method tests for !=.