Struct esp32s2_hal::peripherals::PMS
source · pub struct PMS { /* private fields */ }
Implementations§
source§impl PMS
impl PMS
sourcepub unsafe fn steal() -> PMS
pub unsafe fn steal() -> PMS
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 PMS
impl Peripheral for PMS
Auto Trait Implementations§
impl RefUnwindSafe for PMS
impl Send for PMS
impl Sync for PMS
impl Unpin for PMS
impl UnwindSafe for PMS
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