[][src]Trait uikit_sys::NSValue_NSValueCreation

pub trait NSValue_NSValueCreation: Sized + Deref {
    unsafe fn valueWithBytes_objCType_(
        value: *const c_void,
        type_: *const c_char
    ) -> NSValue
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn value_withObjCType_(
        value: *const c_void,
        type_: *const c_char
    ) -> NSValue
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn valueWithBytes_objCType_(
    value: *const c_void,
    type_: *const c_char
) -> NSValue where
    Self::Target: Message + Sized

unsafe fn value_withObjCType_(
    value: *const c_void,
    type_: *const c_char
) -> NSValue where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSValue_NSValueCreation for NSDecimalNumber[src]

impl NSValue_NSValueCreation for NSNumber[src]

impl NSValue_NSValueCreation for NSValue[src]

Loading content...