Struct objc_sys::objc_method_description [−][src]
#[repr(C)]pub struct objc_method_description {
pub name: *const objc_selector,
pub types: *const c_char,
}Expand description
Describes an Objective-C method.
Fields
name: *const objc_selectorThe name of the method.
types: *const c_charThe types of the method arguments.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for objc_method_description
impl !Send for objc_method_description
impl !Sync for objc_method_description
impl Unpin for objc_method_description
impl !UnwindSafe for objc_method_description
Blanket Implementations
Mutably borrows from an owned value. Read more