Retrieves whether this socket accepts credentials control messages.
impl Socket { fn is_receive_credentials(&self) -> Result<bool, Errno> }
Returns whether this socket accepts credentials control messages.
socket(7) and SO_PASSCRED therein
lrs::socket::cmsg::Credentials
lrs::socket::Socket::set_receive_credentials