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