Enum gio::prelude::UnixSocketAddressPath
source · pub enum UnixSocketAddressPath<'a> {
Path(&'a Path),
Anonymous,
Abstract(&'a [u8]),
AbstractPadded(&'a [u8]),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UnixSocketAddressPath<'a>
impl<'a> Send for UnixSocketAddressPath<'a>
impl<'a> Sync for UnixSocketAddressPath<'a>
impl<'a> Unpin for UnixSocketAddressPath<'a>
impl<'a> UnwindSafe for UnixSocketAddressPath<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more