pub type Instance<const N: u8> = Instance<RegisterBlock, N>;
struct Instance<const N: u8> { /* private fields */ }
Acquire a vaild, but possibly aliased, instance.
See the struct-level safety documentation.
Create an arbitrary Instance from a pointer to T.
Instance
T
See the struct docs for the safety contract.