[][src]Function systemd::daemon::is_special

pub fn is_special<S: CStrArgument>(fd: Fd, path: Option<S>) -> Result<bool>

Identifies whether the passed file descriptor is a special character device. If a path is supplied, the file descriptor must also match the path.