pub enum VariableType {
Show 36 variants
VCDEvent,
VCDReg,
VCDWire,
VCDReal,
VCDTime,
VCDString,
VCDParameter,
VCDInteger,
VCDRealTime,
VCDSupply0,
VCDSupply1,
VCDTri,
VCDTriAnd,
VCDTriOr,
VCDTriReg,
VCDTri0,
VCDTri1,
VCDWAnd,
VCDWOr,
Port,
SparseArray,
RealTime,
Bit,
Logic,
Int,
ShortInt,
LongInt,
Byte,
Enum,
ShortReal,
Boolean,
BitVector,
StdLogic,
StdLogicVector,
StdULogic,
StdULogicVector,
}
Variants§
VCDEvent
VCDReg
VCDWire
VCDReal
VCDTime
VCDString
VCDParameter
VCDInteger
VCDRealTime
VCDSupply0
VCDSupply1
VCDTri
VCDTriAnd
VCDTriOr
VCDTriReg
VCDTri0
VCDTri1
VCDWAnd
VCDWOr
Port
SparseArray
RealTime
Bit
Logic
Int
ShortInt
LongInt
Byte
Enum
ShortReal
Boolean
BitVector
StdLogic
StdLogicVector
StdULogic
StdULogicVector
Trait Implementations§
Source§impl Clone for VariableType
impl Clone for VariableType
Source§fn clone(&self) -> VariableType
fn clone(&self) -> VariableType
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 VariableType
impl Debug for VariableType
Source§impl<'de> Deserialize<'de> for VariableType
impl<'de> Deserialize<'de> for VariableType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for VariableType
impl Display for VariableType
Source§impl PartialEq for VariableType
impl PartialEq for VariableType
Source§impl Serialize for VariableType
impl Serialize for VariableType
impl Copy for VariableType
impl Eq for VariableType
impl StructuralPartialEq for VariableType
Auto Trait Implementations§
impl Freeze for VariableType
impl RefUnwindSafe for VariableType
impl Send for VariableType
impl Sync for VariableType
impl Unpin for VariableType
impl UnwindSafe for VariableType
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