Struct sgx_tstd::sync::SgxRwLockReadGuard [−][src]
pub struct SgxRwLockReadGuard<'a, T: ?Sized + 'a> { /* fields omitted */ }
RAII structure used to release the shared read access of a lock when dropped.
This structure is created by the [read] and [try_read] methods on
[RwLock].
Trait Implementations
impl<'a, T: ?Sized> !Send for SgxRwLockReadGuard<'a, T>[src]
impl<'a, T: ?Sized> !Send for SgxRwLockReadGuard<'a, T>impl<'a, T: ?Sized + Sync> Sync for SgxRwLockReadGuard<'a, T>[src]
impl<'a, T: ?Sized + Sync> Sync for SgxRwLockReadGuard<'a, T>impl<'a, T: Debug> Debug for SgxRwLockReadGuard<'a, T>[src]
impl<'a, T: Debug> Debug for SgxRwLockReadGuard<'a, T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a, T: ?Sized + Display> Display for SgxRwLockReadGuard<'a, T>[src]
impl<'a, T: ?Sized + Display> Display for SgxRwLockReadGuard<'a, T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'rwlock, T: ?Sized> Deref for SgxRwLockReadGuard<'rwlock, T>[src]
impl<'rwlock, T: ?Sized> Deref for SgxRwLockReadGuard<'rwlock, T>type Target = T
The resulting type after dereferencing.
fn deref(&self) -> &T[src]
fn deref(&self) -> &TDereferences the value.
impl<'a, T: ?Sized> Drop for SgxRwLockReadGuard<'a, T>[src]
impl<'a, T: ?Sized> Drop for SgxRwLockReadGuard<'a, T>