Struct objc::Encoding[][src]

pub struct Encoding { /* fields omitted */ }

An Objective-C type encoding.

For more information, see Apple's documentation: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtTypeEncodings.html

Methods

impl Encoding
[src]

Constructs an Encoding from its string representation. Unsafe because the caller must ensure the string is a valid encoding.

Returns self as a str.

Trait Implementations

impl Clone for Encoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Encoding
[src]

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

This method tests for !=.

impl Debug for Encoding
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Encoding

impl !Sync for Encoding