pub struct Cdog { /* private fields */ }Expand description
CDOG
Implementations§
Source§impl Cdog
impl Cdog
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn instruction_timer(self) -> Reg<InstructionTimer, R>
pub const fn instruction_timer(self) -> Reg<InstructionTimer, R>
Instruction Timer Register
Sourcepub const fn persistent(self) -> Reg<Persistent, RW>
pub const fn persistent(self) -> Reg<Persistent, RW>
Persistent Data Storage Register
Trait Implementations§
impl Copy for Cdog
impl Eq for Cdog
impl Send for Cdog
impl StructuralPartialEq for Cdog
impl Sync for Cdog
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more