Struct objc_foundation::NSObject [] [src]

pub struct NSObject { /* fields omitted */ }

Trait Implementations

impl Message for NSObject
[src]

[src]

Sends a message to self with the given selector and arguments. Read more

[src]

Verifies that the argument and return types match the encoding of the method for the given selector. Read more

impl INSObject for NSObject
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl PartialEq for NSObject
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for NSObject
[src]

impl Hash for NSObject
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for NSObject
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NSObject

impl Sync for NSObject