pub struct ConnectNamedPipe<S> { /* private fields */ }
Available on Windows only.
Expand description
Connect a named pipe server.
Implementations§
Source§impl<S> ConnectNamedPipe<S>
impl<S> ConnectNamedPipe<S>
Sourcepub fn new(fd: SharedFd<S>) -> Self
pub fn new(fd: SharedFd<S>) -> Self
Create ConnectNamedPipe
.
Trait Implementations§
Source§impl<S: AsRawFd> OpCode for ConnectNamedPipe<S>
impl<S: AsRawFd> OpCode for ConnectNamedPipe<S>
Auto Trait Implementations§
impl<S> Freeze for ConnectNamedPipe<S>
impl<S> RefUnwindSafe for ConnectNamedPipe<S>
impl<S> Send for ConnectNamedPipe<S>
impl<S> Sync for ConnectNamedPipe<S>
impl<S> Unpin for ConnectNamedPipe<S>
impl<S> UnwindSafe for ConnectNamedPipe<S>
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