Skip to main content

RegisterRef

Type Alias RegisterRef 

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

Aliased Type§

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

Fields§

§id: RegisterId§inner: &'b Register