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