pub struct USERREG0 { /* private fields */ }Expand description
User Register 0
Implementations§
Auto Trait Implementations§
impl !Freeze for USERREG0
impl !RefUnwindSafe for USERREG0
impl Send for USERREG0
impl !Sync for USERREG0
impl Unpin for USERREG0
impl UnwindSafe for USERREG0
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