pub struct CH17SEL_R(/* private fields */);Expand description
Field CH17SEL reader - CH17 selection (temperature)
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CH17SEL_R
impl RefUnwindSafe for CH17SEL_R
impl Send for CH17SEL_R
impl Sync for CH17SEL_R
impl Unpin for CH17SEL_R
impl UnwindSafe for CH17SEL_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