Struct sgx_tstd::sync::SgxSpinlockGuard[][src]

pub struct SgxSpinlockGuard<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> !Send for SgxSpinlockGuard<'a>
[src]

impl<'a> Drop for SgxSpinlockGuard<'a>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> Sync for SgxSpinlockGuard<'a>