pub struct TSEN_R(/* private fields */);
Expand description
Field TSEN
reader - Temperature sensor enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSEN_R
impl RefUnwindSafe for TSEN_R
impl Send for TSEN_R
impl Sync for TSEN_R
impl Unpin for TSEN_R
impl UnwindSafe for TSEN_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