[][src]Function uapi::sockaddr_none_mut

pub fn sockaddr_none_mut<'a>() -> Option<&'a mut sockaddr>

Returns Option::<&mut c::sockaddr>::None

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