pub struct Ipc<'a>(/* private fields */);Expand description
A pipe or socket inode.
To distinguish from pipe and socket inodes, you can call
metadata() and check
file_type_mode() for its file type.
Trait Implementations§
impl<'a> Copy for Ipc<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ipc<'a>
impl<'a> RefUnwindSafe for Ipc<'a>
impl<'a> Send for Ipc<'a>
impl<'a> Sync for Ipc<'a>
impl<'a> Unpin for Ipc<'a>
impl<'a> UnwindSafe for Ipc<'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