[][src]Trait uikit_sys::PNSLocking

pub trait PNSLocking: Sized + Deref {
    unsafe fn lock(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unlock(self)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn lock(self) where
    Self::Target: Message + Sized

unsafe fn unlock(self) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PNSLocking for NSCondition[src]

impl PNSLocking for NSConditionLock[src]

impl PNSLocking for NSLock[src]

impl PNSLocking for NSRecursiveLock[src]

Loading content...