pub struct TscrstR { /* private fields */ }
Expand description
Value of the field TSCRST
Implementations§
Auto Trait Implementations§
impl Freeze for TscrstR
impl RefUnwindSafe for TscrstR
impl Send for TscrstR
impl Sync for TscrstR
impl Unpin for TscrstR
impl UnwindSafe for TscrstR
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