Struct objc::runtime::Sel [] [src]

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

A type that represents a method selector.

Methods

impl Sel
[src]

Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.

Returns the name of the method specified by self.

Trait Implementations

impl PartialEq for Sel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Sel
[src]

impl Sync for Sel
[src]

impl Send for Sel
[src]

impl Copy for Sel
[src]

impl Clone for Sel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sel
[src]

Formats the value using the given formatter.

impl Encode for Sel
[src]

Returns the Objective-C type encoding for Self.