[−][src]Enum gio::UnixSocketAddressType
pub enum UnixSocketAddressType { Invalid, Anonymous, Path, Abstract, AbstractPadded, // some variants omitted }
Variants
Trait Implementations
impl Clone for UnixSocketAddressType
[src][+]
impl Copy for UnixSocketAddressType
[src]
impl Debug for UnixSocketAddressType
[src][+]
impl Display for UnixSocketAddressType
[src][+]
impl Eq for UnixSocketAddressType
[src]
impl<'a> FromValue<'a> for UnixSocketAddressType
[src][+]
impl<'a> FromValueOptional<'a> for UnixSocketAddressType
[src][+]
impl Hash for UnixSocketAddressType
[src][+]
impl Ord for UnixSocketAddressType
[src][+]
impl PartialEq<UnixSocketAddressType> for UnixSocketAddressType
[src][+]
impl PartialOrd<UnixSocketAddressType> for UnixSocketAddressType
[src][+]
impl SetValue for UnixSocketAddressType
[src][+]
impl StaticType for UnixSocketAddressType
[src][+]
impl StructuralEq for UnixSocketAddressType
[src]
impl StructuralPartialEq for UnixSocketAddressType
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnixSocketAddressType
impl Send for UnixSocketAddressType
impl Sync for UnixSocketAddressType
impl Unpin for UnixSocketAddressType
impl UnwindSafe for UnixSocketAddressType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,