use core::ffi::c_char; #[cfg(any(doc, not(feature = "unstable-objfw")))] use core::ffi::c_uint;
usecrate::ffi::OpaqueData;
/// An opaque type that describes a property in a class. #[repr(C)] pubstruct objc_property {
_priv: [u8; 0],
_p: OpaqueData,
}
/// Describes an Objective-C property attribute. #[repr(C)] #[derive(Debug, Copy, Clone)] pubstruct objc_property_attribute_t { /// The name of the attribute. pub name: *const c_char, /// The value of the attribute /// /// Usually NULL. pub value: *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.