Struct ndk_sys::pthread_spinlock_t [−][src]
#[repr(C)]pub struct pthread_spinlock_t {
pub __private: i64,
}
Fields
__private: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_spinlock_t
impl Send for pthread_spinlock_t
impl Sync for pthread_spinlock_t
impl Unpin for pthread_spinlock_t
impl UnwindSafe for pthread_spinlock_t
Blanket Implementations
Mutably borrows from an owned value. Read more