Enum sv_parser::PullupStrength
source · pub enum PullupStrength {
Strength01(Box<PullupStrength01, Global>),
Strength10(Box<PullupStrength10, Global>),
Strength1(Box<PullupStrength1, Global>),
}
Variants§
Strength01(Box<PullupStrength01, Global>)
Strength10(Box<PullupStrength10, Global>)
Strength1(Box<PullupStrength1, Global>)
Trait Implementations§
source§impl Clone for PullupStrength
impl Clone for PullupStrength
source§fn clone(&self) -> PullupStrength
fn clone(&self) -> PullupStrength
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 PullupStrength
impl Debug for PullupStrength
source§impl<'a> From<&'a PullupStrength> for RefNode<'a>
impl<'a> From<&'a PullupStrength> for RefNode<'a>
source§fn from(x: &'a PullupStrength) -> RefNode<'a>
fn from(x: &'a PullupStrength) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a PullupStrength> for RefNodes<'a>
impl<'a> From<&'a PullupStrength> for RefNodes<'a>
source§fn from(x: &'a PullupStrength) -> RefNodes<'a>
fn from(x: &'a PullupStrength) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<PullupStrength> for AnyNode
impl From<PullupStrength> for AnyNode
source§fn from(x: PullupStrength) -> AnyNode
fn from(x: PullupStrength) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a PullupStrength
impl<'a> IntoIterator for &'a PullupStrength
source§impl PartialEq<PullupStrength> for PullupStrength
impl PartialEq<PullupStrength> for PullupStrength
source§fn eq(&self, other: &PullupStrength) -> bool
fn eq(&self, other: &PullupStrength) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.