Enum gio_sys::GSocketProtocol
[−]
[src]
#[repr(C)]pub enum GSocketProtocol { Unknown, Default, Tcp, Udp, Sctp, }
Variants
Unknown
Default
Tcp
Udp
Sctp
Trait Implementations
impl Clone for GSocketProtocol
[src]
fn clone(&self) -> GSocketProtocol
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