Struct objc_foundation::NSValue [] [src]

pub struct NSValue<T> { /* fields omitted */ }

Trait Implementations

impl<T> Message for NSValue<T>
[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<T> INSObject for NSValue<T> where
    T: Any
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl<T> INSValue for NSValue<T> where
    T: Any + Copy + Encode
[src]

[src]

[src]

[src]

impl<T> INSCopying for NSValue<T> where
    T: Any
[src]

[src]

Auto Trait Implementations

impl<T> Send for NSValue<T> where
    T: Send

impl<T> Sync for NSValue<T> where
    T: Sync