Struct wasmer_types::lib::std::sync::RwLockReadGuard 1.0.0[−][src]
pub struct RwLockReadGuard<'a, T> where
T: 'a + ?Sized, { /* fields omitted */ }
Expand description
Trait Implementations
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for RwLockReadGuard<'a, T>
impl<'a, T: ?Sized> Unpin for RwLockReadGuard<'a, T>
impl<'a, T: ?Sized> UnwindSafe for RwLockReadGuard<'a, T>
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more