objc2_paravirtualized_graphics/generated/
mod.rs1#![allow(unused_imports)]
5#![allow(deprecated)]
6#![allow(non_snake_case)]
7#![allow(non_camel_case_types)]
8#![allow(non_upper_case_globals)]
9#![allow(missing_docs)]
10#![allow(clippy::too_many_arguments)]
11#![allow(clippy::type_complexity)]
12#![allow(clippy::upper_case_acronyms)]
13#![allow(clippy::identity_op)]
14#![allow(clippy::missing_safety_doc)]
15#![allow(clippy::doc_lazy_continuation)]
16#![allow(rustdoc::broken_intra_doc_links)]
17#![allow(rustdoc::bare_urls)]
18#![allow(rustdoc::invalid_html_tags)]
19
20#[link(name = "ParavirtualizedGraphics", kind = "framework")]
21extern "C" {}
22
23#[cfg(feature = "PGDefines")]
24#[path = "PGDefines.rs"]
25mod __PGDefines;
26#[cfg(feature = "PGDevice")]
27#[path = "PGDevice.rs"]
28mod __PGDevice;
29#[cfg(feature = "PGDeviceSpec")]
30#[path = "PGDeviceSpec.rs"]
31mod __PGDeviceSpec;
32#[cfg(feature = "PGDisplay")]
33#[path = "PGDisplay.rs"]
34mod __PGDisplay;
35
36#[cfg(feature = "PGDevice")]
37pub use self::__PGDevice::PGCopyOptionROMURL;
38#[cfg(feature = "PGDevice")]
39pub use self::__PGDevice::PGCreateDeviceWithDescriptor;
40#[cfg(feature = "PGDevice")]
41pub use self::__PGDevice::PGDevice;
42#[cfg(feature = "PGDevice")]
43pub use self::__PGDevice::PGDeviceDescriptor;
44#[cfg(feature = "PGDevice")]
45pub use self::__PGDevice::PGMaxDisplayPortCount;
46#[cfg(feature = "PGDevice")]
47pub use self::__PGDevice::PGNewDeviceWithDescriptor;
48#[cfg(feature = "PGDevice")]
49pub use self::__PGDevice::PGPhysicalMemoryRange_s;
50#[cfg(feature = "PGDevice")]
51pub use self::__PGDevice::PGPhysicalMemoryRange_t;
52#[cfg(all(feature = "PGDevice", feature = "block2"))]
53pub use self::__PGDevice::PGRaiseInterrupt;
54#[cfg(feature = "PGDevice")]
55pub use self::__PGDevice::PGResumeErrorCode;
56#[cfg(feature = "PGDevice")]
57pub use self::__PGDevice::PGResumeErrorDomain;
58#[cfg(all(feature = "PGDevice", feature = "block2"))]
59pub use self::__PGDevice::PGTraceRangeHandler;
60#[cfg(feature = "PGDisplay")]
61pub use self::__PGDisplay::PGDisplay;
62#[cfg(feature = "PGDisplay")]
63pub use self::__PGDisplay::PGDisplayCoord_t;
64#[cfg(all(feature = "PGDisplay", feature = "block2", feature = "objc2-app-kit"))]
65pub use self::__PGDisplay::PGDisplayCursorGlyphHandler;
66#[cfg(all(feature = "PGDisplay", feature = "block2"))]
67pub use self::__PGDisplay::PGDisplayCursorMoveHandler;
68#[cfg(all(feature = "PGDisplay", feature = "block2"))]
69pub use self::__PGDisplay::PGDisplayCursorShowHandler;
70#[cfg(feature = "PGDisplay")]
71pub use self::__PGDisplay::PGDisplayDescriptor;
72#[cfg(feature = "PGDisplay")]
73pub use self::__PGDisplay::PGDisplayMode;
74#[cfg(all(feature = "PGDisplay", feature = "block2"))]
75pub use self::__PGDisplay::PGDisplayModeChangeHandler;
76#[cfg(all(feature = "PGDisplay", feature = "block2"))]
77pub use self::__PGDisplay::PGDisplayNewFrameEventHandler;
78use core::ffi::*;
79
80use crate::*;
81
82extern "C" {
83 pub static ParavirtualizedGraphicsVersionNumber: c_double;
87}
88
89extern "C" {
90 pub static ParavirtualizedGraphicsVersionString: *mut c_uchar;
94}