#[repr(u8)]pub enum DsiVideoMode {
SyncPulse = 0,
SyncEvent = 1,
Burst = 2,
}Expand description
DSI Video Burst Mode
Variants§
Trait Implementations§
Source§impl Clone for DsiVideoMode
impl Clone for DsiVideoMode
Source§fn clone(&self) -> DsiVideoMode
fn clone(&self) -> DsiVideoMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DsiVideoMode
Auto Trait Implementations§
impl Freeze for DsiVideoMode
impl RefUnwindSafe for DsiVideoMode
impl Send for DsiVideoMode
impl Sync for DsiVideoMode
impl Unpin for DsiVideoMode
impl UnwindSafe for DsiVideoMode
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