cidre 0.16.0

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod extension;

pub mod hardware;
pub use hardware::Class;
pub use hardware::Obj;
pub use hardware::PlugIn;
pub use hardware::PlugInProp;
pub use hardware::PropAddr;
pub use hardware::PropElement;
pub use hardware::PropScope;
pub use hardware::PropSelector;
pub use hardware::err;

#[link(name = "CoreMediaIO", kind = "framework")]
unsafe extern "C" {}