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