ThreadGroupStateRef

Type Alias ThreadGroupStateRef 

Source
pub type ThreadGroupStateRef<'ref_lifetime> = StateRef<'ref_lifetime, ThreadGroup, ThreadGroupMutableState>;

Aliased Type§

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

Fields§

§base: &'ref_lifetime ThreadGroup