pub struct SSRT { /* private fields */ }Expand description
Set START Bit Register
Implementations§
Auto Trait Implementations§
impl !Freeze for SSRT
impl !RefUnwindSafe for SSRT
impl Send for SSRT
impl !Sync for SSRT
impl Unpin for SSRT
impl UnwindSafe for SSRT
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