ThreadGroupStateMutRef

Type Alias ThreadGroupStateMutRef 

Source
pub type ThreadGroupStateMutRef<'ref_lifetime> = StateMutRef<'ref_lifetime, ThreadGroup, ThreadGroupMutableState>;

Aliased Type§

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

Fields§

§base: &'ref_lifetime ThreadGroup