pub enum SyncType {
Composite {
serrated: bool,
line: SyncLine,
},
Seperate {
horizontal: SyncPolarity,
vertical: SyncPolarity,
},
}Expand description
Sync type for a given timing.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncType
impl RefUnwindSafe for SyncType
impl Send for SyncType
impl Sync for SyncType
impl Unpin for SyncType
impl UnwindSafe for SyncType
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