cidre 0.15.2

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
use crate::{define_obj_type, ns};

define_obj_type!(
    #[doc(alias = "AVDepthData")]
    /// Disparity/depth map and metadata captured by AVFoundation.
    pub DepthData(ns::Id)
);