use core::ffi::c_char; #[cfg(any(doc, not(feature = "unstable-objfw")))] use core::ffi::c_uint;
usecrate::runtime::{Imp, Method, Sel};
/// Describes an Objective-C method. #[repr(C)] #[derive(Debug, Copy, Clone)] pubstruct objc_method_description { /// The name of the method. pub name: Option<Sel>, /// The types of the method arguments. pub types: *const c_char,
}
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.