pub struct THOLD1_R(/* private fields */);Expand description
Field THOLD1 reader - DAC Channel 1 hold Time
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for THOLD1_R
impl RefUnwindSafe for THOLD1_R
impl Send for THOLD1_R
impl Sync for THOLD1_R
impl Unpin for THOLD1_R
impl UnwindSafe for THOLD1_R
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