rustix
0.38.44
In rustix::
backend::
net::
syscalls
Functions
accept
accept_with
acceptfrom
acceptfrom_with
bind_unix
bind_v4
bind_v6
bind_xdp
connect_unix
connect_unspec
connect_v4
connect_v6
getpeername
getsockname
listen
recv
recvfrom
recvmsg
send
sendmsg
sendmsg_unix
sendmsg_v4
sendmsg_v6
sendmsg_xdp
sendto_unix
sendto_v4
sendto_v6
sendto_xdp
shutdown
socket
socket_with
socketpair
rustix
::
backend
::
net
::
syscalls
Function
shutdown
Copy item path
Settings
Help
Summary
Source
pub(crate) fn shutdown(fd:
BorrowedFd
<'_>, how:
Shutdown
) ->
Result
<
()
>