pub enum SignalRole {
Input,
Output,
Internal,
Clock,
}Expand description
Role of a hardware signal.
Variants§
Trait Implementations§
Source§impl Clone for SignalRole
impl Clone for SignalRole
Source§fn clone(&self) -> SignalRole
fn clone(&self) -> SignalRole
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 SignalRole
impl Debug for SignalRole
Source§impl PartialEq for SignalRole
impl PartialEq for SignalRole
impl Eq for SignalRole
impl StructuralPartialEq for SignalRole
Auto Trait Implementations§
impl Freeze for SignalRole
impl RefUnwindSafe for SignalRole
impl Send for SignalRole
impl Sync for SignalRole
impl Unpin for SignalRole
impl UnwindSafe for SignalRole
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