pub unsafe extern "C" fn iio_device_is_trigger(
    dev: *const iio_device
) -> bool
Expand description

@brief Return True if the given device is a trigger @param dev A pointer to an iio_device structure @return True if the device is a trigger, False otherwise