pub enum SyncPolarity {
Positive,
Negative,
}Expand description
The direction of the sync pulse.
Variants§
Trait Implementations§
Source§impl Clone for SyncPolarity
impl Clone for SyncPolarity
Source§fn clone(&self) -> SyncPolarity
fn clone(&self) -> SyncPolarity
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 moreSource§impl Debug for SyncPolarity
impl Debug for SyncPolarity
impl Copy for SyncPolarity
Auto Trait Implementations§
impl Freeze for SyncPolarity
impl RefUnwindSafe for SyncPolarity
impl Send for SyncPolarity
impl Sync for SyncPolarity
impl Unpin for SyncPolarity
impl UnwindSafe for SyncPolarity
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