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