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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more