Enum gio_sys::GSocketListenerEvent
[−]
[src]
#[repr(C)]pub enum GSocketListenerEvent { Binding, Bound, Listening, Listened, }
Variants
Binding
Bound
Listening
Listened
Trait Implementations
impl Clone for GSocketListenerEvent
[src]
fn clone(&self) -> GSocketListenerEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GSocketListenerEvent
[src]
impl Debug for GSocketListenerEvent
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more