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