ThreadGroupWriteGuard

Type Alias ThreadGroupWriteGuard 

Source
pub type ThreadGroupWriteGuard<'guard_lifetime> = WriteGuard<'guard_lifetime, ThreadGroup, ThreadGroupMutableState>;

Aliased Type§

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

Fields§

§base: &'guard_lifetime ThreadGroup