Struct nrf52840_pac::TEMP
source · pub struct TEMP { /* private fields */ }
Expand description
Temperature Sensor
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TEMP
impl RefUnwindSafe for TEMP
impl !Sync for TEMP
impl Unpin for TEMP
impl UnwindSafe for TEMP
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