Struct LTDC
pub struct LTDC { /* private fields */ }
Expand description
LTDC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for LTDC
impl Peripheral for LTDC
impl RccPeripheral for LTDC
Auto Trait Implementations§
impl Freeze for LTDC
impl RefUnwindSafe for LTDC
impl Send for LTDC
impl Sync for LTDC
impl Unpin for LTDC
impl UnwindSafe for LTDC
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