[][src]Function uapi::msghdr_control_none_ref

pub fn msghdr_control_none_ref<'a>() -> Option<&'a [u8]>

Returns Option::<&[u8]>::None

This is useful for functions or structures which are generic over the control message type and whose type cannot be inferred if None is used on its own.