Enum gio_sys::GUnixSocketAddressType
[−]
[src]
#[repr(C)]pub enum GUnixSocketAddressType { Invalid, Anonymous, Path, Abstract, AbstractPadded, }
Variants
Invalid
Anonymous
Path
Abstract
AbstractPadded
Trait Implementations
impl Clone for GUnixSocketAddressType
[src]
fn clone(&self) -> GUnixSocketAddressType
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