pub enum AbstractNsUdSocket {}Available on Linux or Android only.
Expand description
Mapping that produces local socket names referring to Unix domain sockets bound to the Linux abstract namespace.
Trait Implementations§
Source§impl Clone for AbstractNsUdSocket
Available on Unix only.
impl Clone for AbstractNsUdSocket
Available on Unix only.
Source§fn clone(&self) -> AbstractNsUdSocket
fn clone(&self) -> AbstractNsUdSocket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AbstractNsUdSocket
Available on Unix only.
impl Debug for AbstractNsUdSocket
Available on Unix only.
Source§impl NameType for AbstractNsUdSocket
Available on Unix only.
impl NameType for AbstractNsUdSocket
Available on Unix only.
Source§fn is_supported() -> bool
fn is_supported() -> bool
Whether the name type is supported within the runtime circumstances of the program. Read more
Source§impl NamespacedNameType<CStr> for AbstractNsUdSocket
Available on Unix only.
impl NamespacedNameType<CStr> for AbstractNsUdSocket
Available on Unix only.
Source§impl NamespacedNameType<OsStr> for AbstractNsUdSocket
Available on Unix only.
impl NamespacedNameType<OsStr> for AbstractNsUdSocket
Available on Unix only.
Source§impl PartialEq for AbstractNsUdSocket
Available on Unix only.
impl PartialEq for AbstractNsUdSocket
Available on Unix only.
impl Copy for AbstractNsUdSocket
Available on Unix only.
impl Eq for AbstractNsUdSocket
Available on Unix only.
impl StructuralPartialEq for AbstractNsUdSocket
Available on Unix only.
Auto Trait Implementations§
impl Freeze for AbstractNsUdSocket
impl RefUnwindSafe for AbstractNsUdSocket
impl Send for AbstractNsUdSocket
impl Sync for AbstractNsUdSocket
impl Unpin for AbstractNsUdSocket
impl UnsafeUnpin for AbstractNsUdSocket
impl UnwindSafe for AbstractNsUdSocket
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