Enum gio_sys::GSocketType
[−]
[src]
pub enum GSocketType { Invalid, Stream, Datagram, Seqpacket, }
Variants
Invalid
Stream
Datagram
Seqpacket
Trait Implementations
impl Clone for GSocketType
[src]
fn clone(&self) -> GSocketType
[−]
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