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