pub enum SignalSync {
Low,
High,
Posedge,
Negedge,
Edge,
}Expand description
Represents a
Variants§
Trait Implementations§
Source§impl Clone for SignalSync
impl Clone for SignalSync
Source§fn clone(&self) -> SignalSync
fn clone(&self) -> SignalSync
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 SignalSync
impl Debug for SignalSync
Source§impl PartialEq for SignalSync
impl PartialEq for SignalSync
Source§impl Serialize for SignalSync
impl Serialize for SignalSync
impl StructuralPartialEq for SignalSync
Auto Trait Implementations§
impl Freeze for SignalSync
impl RefUnwindSafe for SignalSync
impl Send for SignalSync
impl Sync for SignalSync
impl Unpin for SignalSync
impl UnwindSafe for SignalSync
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