pub struct TODO_SPEC;
Expand description
??
This register you can read
, write_with_zero
, modify
. See API.
For information about available fields see todo module
Trait Implementations
sourceimpl RegisterSpec for TODO_SPEC
impl RegisterSpec for TODO_SPEC
Auto Trait Implementations
impl RefUnwindSafe for TODO_SPEC
impl Send for TODO_SPEC
impl Sync for TODO_SPEC
impl Unpin for TODO_SPEC
impl UnwindSafe for TODO_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more