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 Registerpub type RegisterMutRef<'b> = Identified<RegisterId, &'b mut Register>;pub struct RegisterMutRef<'b> {
pub id: RegisterId,
pub inner: &'b mut Register,
}id: RegisterId§inner: &'b mut Register