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