Struct objc::runtime::Method[][src]

#[repr(C)]
pub struct Method { /* fields omitted */ }

A type that represents a method in a class definition.

Methods

impl Method
[src]

Returns the name of self.

Returns the Encoding of self's return type.

Returns the Encoding of a single parameter type of self, or None if self has no parameter at the given index.

Returns the number of arguments accepted by self.

Returns the implementation of self.

Auto Trait Implementations

impl Send for Method

impl Sync for Method