Method lrs::socket::cmsg::CMsgBuf::fds

Adds a message containing file descriptors to the buffer.

Syntax

impl<H> CMsgBuf<H>
    where H: Allocator,
{
    fn fds(&mut self, fds: &[i32]) -> Result<(), Errno>
}

Arguments

NameDescription
fds

The file descriptors to be added.