[−][src]Trait drone_core::reg::RegHold
Exposed storage for register values.
A type implementing this trait should have public getters and setters to manipulate the protected data.
Required methods
fn val(&self) -> R::Val
Returns the opaque value.
fn set_val(&mut self, val: R::Val)
Replaces the opaque value.