Trait cupi::RegisterDesc [] [src]

pub trait RegisterDesc {
    fn offset(&self) -> usize;
}

Required Methods

Implementors