pub enum DsiLtdcRefreshMode {
Manual,
Automatic,
}Expand description
DSI LTDC Refresh Mode
Variants§
Manual
Refresh is manually initiated by calling [DsiHost::ltds_refresh]
Automatic
Frames are automatically requested from LTDC from tearing events
Auto Trait Implementations§
impl Freeze for DsiLtdcRefreshMode
impl RefUnwindSafe for DsiLtdcRefreshMode
impl Send for DsiLtdcRefreshMode
impl Sync for DsiLtdcRefreshMode
impl Unpin for DsiLtdcRefreshMode
impl UnwindSafe for DsiLtdcRefreshMode
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