Enum vcd_io::ScalarValue
source · pub enum ScalarValue {
ZeroOne(bool),
Xstate,
Zstate,
}Variants§
Trait Implementations§
source§impl BitXor<ScalarValue> for ScalarValue
impl BitXor<ScalarValue> for ScalarValue
source§impl Clone for ScalarValue
impl Clone for ScalarValue
source§fn clone(&self) -> ScalarValue
fn clone(&self) -> ScalarValue
Returns a copy 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 ScalarValue
impl Debug for ScalarValue
source§impl Default for ScalarValue
impl Default for ScalarValue
source§impl Display for ScalarValue
impl Display for ScalarValue
source§impl Not for ScalarValue
impl Not for ScalarValue
source§impl PartialEq<ScalarValue> for ScalarValue
impl PartialEq<ScalarValue> for ScalarValue
source§fn eq(&self, other: &ScalarValue) -> bool
fn eq(&self, other: &ScalarValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ScalarValue
impl StructuralPartialEq for ScalarValue
Auto Trait Implementations§
impl RefUnwindSafe for ScalarValue
impl Send for ScalarValue
impl Sync for ScalarValue
impl Unpin for ScalarValue
impl UnwindSafe for ScalarValue
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