pub enum DsiTearEventSource {
Dsi,
Gpio,
}Expand description
Tear event source selection
Variants§
Auto Trait Implementations§
impl Freeze for DsiTearEventSource
impl RefUnwindSafe for DsiTearEventSource
impl Send for DsiTearEventSource
impl Sync for DsiTearEventSource
impl Unpin for DsiTearEventSource
impl UnwindSafe for DsiTearEventSource
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