Struct sv_parser::TimeLiteralUnsigned
source · pub struct TimeLiteralUnsigned {
pub nodes: (UnsignedNumber, TimeUnit),
}
Fields§
§nodes: (UnsignedNumber, TimeUnit)
Trait Implementations§
source§impl Clone for TimeLiteralUnsigned
impl Clone for TimeLiteralUnsigned
source§fn clone(&self) -> TimeLiteralUnsigned
fn clone(&self) -> TimeLiteralUnsigned
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 TimeLiteralUnsigned
impl Debug for TimeLiteralUnsigned
source§impl<'a> From<&'a TimeLiteralUnsigned> for RefNode<'a>
impl<'a> From<&'a TimeLiteralUnsigned> for RefNode<'a>
source§fn from(x: &'a TimeLiteralUnsigned) -> RefNode<'a>
fn from(x: &'a TimeLiteralUnsigned) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a TimeLiteralUnsigned> for RefNodes<'a>
impl<'a> From<&'a TimeLiteralUnsigned> for RefNodes<'a>
source§fn from(x: &'a TimeLiteralUnsigned) -> RefNodes<'a>
fn from(x: &'a TimeLiteralUnsigned) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<TimeLiteralUnsigned> for AnyNode
impl From<TimeLiteralUnsigned> for AnyNode
source§fn from(x: TimeLiteralUnsigned) -> AnyNode
fn from(x: TimeLiteralUnsigned) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a TimeLiteralUnsigned
impl<'a> IntoIterator for &'a TimeLiteralUnsigned
source§impl PartialEq<TimeLiteralUnsigned> for TimeLiteralUnsigned
impl PartialEq<TimeLiteralUnsigned> for TimeLiteralUnsigned
source§fn eq(&self, other: &TimeLiteralUnsigned) -> bool
fn eq(&self, other: &TimeLiteralUnsigned) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.