Enum sverilogparse::WireDefType
source · [−]pub enum WireDefType {
Input,
Output,
InOut,
Wire,
}
Variants
Input
Output
InOut
Wire
Trait Implementations
sourceimpl Debug for WireDefType
impl Debug for WireDefType
sourceimpl Display for WireDefType
impl Display for WireDefType
sourceimpl PartialEq<WireDefType> for WireDefType
impl PartialEq<WireDefType> for WireDefType
impl StructuralPartialEq for WireDefType
Auto Trait Implementations
impl RefUnwindSafe for WireDefType
impl Send for WireDefType
impl Sync for WireDefType
impl Unpin for WireDefType
impl UnwindSafe for WireDefType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more