pub enum SpecialDirUdSocket {}Expand description
Mapping that produces local socket names referring to Unix domain sockets bound to special locations in the filesystems that are interpreted as dedicated namespaces.
This is the substitute for AbstractNsUdSocket on non-Linux Unices, and is the only available
namespaced name type on those systems.
Trait Implementations§
Source§impl Clone for SpecialDirUdSocket
impl Clone for SpecialDirUdSocket
Source§fn clone(&self) -> SpecialDirUdSocket
fn clone(&self) -> SpecialDirUdSocket
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 SpecialDirUdSocket
impl Debug for SpecialDirUdSocket
Source§impl NameType for SpecialDirUdSocket
impl NameType for SpecialDirUdSocket
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 SpecialDirUdSocket
impl NamespacedNameType<CStr> for SpecialDirUdSocket
Source§impl NamespacedNameType<OsStr> for SpecialDirUdSocket
impl NamespacedNameType<OsStr> for SpecialDirUdSocket
Source§impl PartialEq for SpecialDirUdSocket
impl PartialEq for SpecialDirUdSocket
impl Copy for SpecialDirUdSocket
impl Eq for SpecialDirUdSocket
impl StructuralPartialEq for SpecialDirUdSocket
Auto Trait Implementations§
impl Freeze for SpecialDirUdSocket
impl RefUnwindSafe for SpecialDirUdSocket
impl Send for SpecialDirUdSocket
impl Sync for SpecialDirUdSocket
impl Unpin for SpecialDirUdSocket
impl UnwindSafe for SpecialDirUdSocket
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