Variant lrs::socket::cmsg::CMsg::Fds

A set of file descriptors.

Syntax

enum CMsg<'a> {
    Fds(&'a [i32])
}

Fields

PositionDescription
1

The file descriptors sent with the message.

See also