//! Private functionality. //! //! The credit for finding these belong to the [metal-rs] project. //! //! [metal-rs]: https://github.com/gfx-rs/metal-rs #![allow(clippy::missing_safety_doc)] #![allow(unused_imports)] use core::ffi::c_void;
usecrate::*;
use objc2::rc::{Allocated, Retained}; use objc2::runtime::{AnyObject, ProtocolObject}; use objc2::{extern_methods, msg_send, Message};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.