ThreadGroupReadGuard

Type Alias ThreadGroupReadGuard 

Source
pub type ThreadGroupReadGuard<'guard_lifetime> = ReadGuard<'guard_lifetime, ThreadGroup, ThreadGroupMutableState>;

Aliased Type§

pub struct ThreadGroupReadGuard<'guard_lifetime> {
    pub base: &'guard_lifetime ThreadGroup,
    /* private fields */
}

Fields§

§base: &'guard_lifetime ThreadGroup