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