Struct esp32_hal::peripherals::RTC_I2C
source · pub struct RTC_I2C { /* private fields */ }
Implementations§
source§impl RTC_I2C
impl RTC_I2C
sourcepub unsafe fn steal() -> RTC_I2C
pub unsafe fn steal() -> RTC_I2C
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for RTC_I2C
impl Peripheral for RTC_I2C
Auto Trait Implementations§
impl RefUnwindSafe for RTC_I2C
impl Send for RTC_I2C
impl Sync for RTC_I2C
impl Unpin for RTC_I2C
impl UnwindSafe for RTC_I2C
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