A buffer for creating control messages.
struct CMsgBuf<Heap = Libc>
where Heap: Allocator,
{
/* private fields */
}| Name | Description |
|---|---|
| buffered | Creates a new |
| new | Creates a new |
| Receiver | Name | Description |
|---|---|---|
&mut self | credentials | Adds process credentials to the buffer. |
&mut self | fds | Adds a message containing file descriptors to the buffer. |
&self | iter | Creates an iterator over the messages. |
&self | len | Returns the size currently occupied by the create messages. |
| Name | Description |
|---|---|
| Drop | Objects with a destructor. |