Skip to main content

RegisterMutRef

Type Alias RegisterMutRef 

Source
pub type RegisterMutRef<'b> = Identified<RegisterId, &'b mut Register>;

Aliased Type§

pub struct RegisterMutRef<'b> {
    pub id: RegisterId,
    pub inner: &'b mut Register,
}

Fields§

§id: RegisterId§inner: &'b mut Register