Trait objc_foundation::INSValue [] [src]

pub trait INSValue: INSObject {
    type Value: 'static + Copy + Encode;
    fn value(&self) -> Self::Value { ... }
fn encoding(&self) -> Encoding { ... }
fn from_value(value: Self::Value) -> Id<Self> { ... } }

Associated Types

Provided Methods

Implementors