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