Struct sgx_tstd::sync::SgxSpinlock [−][src]
pub struct SgxSpinlock { /* fields omitted */ }Methods
impl SgxSpinlock[src]
impl SgxSpinlockpub fn new() -> Self[src]
pub fn new() -> Selfpub fn lock(&self) -> SgxSpinlockGuard[src]
pub fn lock(&self) -> SgxSpinlockGuardTrait Implementations
impl Send for SgxSpinlock[src]
impl Send for SgxSpinlockimpl Sync for SgxSpinlock[src]
impl Sync for SgxSpinlockimpl Default for SgxSpinlock[src]
impl Default for SgxSpinlockfn default() -> SgxSpinlock[src]
fn default() -> SgxSpinlockReturns the "default value" for a type. Read more