pub enum SyncLine {
RGB,
Green,
Digital(SyncPolarity),
}Expand description
A line to perform sync on.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncLine
impl RefUnwindSafe for SyncLine
impl Send for SyncLine
impl Sync for SyncLine
impl Unpin for SyncLine
impl UnwindSafe for SyncLine
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