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