pub enum DriveStrength {
Supply0,
Strong0,
Pull0,
Weak0,
HighZ0,
Supply1,
Strong1,
Pull1,
Weak1,
HighZ1,
}Variants§
Trait Implementations§
Source§impl<'a> AcceptVisitor<'a> for DriveStrength
impl<'a> AcceptVisitor<'a> for DriveStrength
Source§impl Clone for DriveStrength
impl Clone for DriveStrength
Source§fn clone(&self) -> DriveStrength
fn clone(&self) -> DriveStrength
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 DriveStrength
impl Debug for DriveStrength
Source§impl<'a> ForEachChild<'a> for DriveStrength
impl<'a> ForEachChild<'a> for DriveStrength
Source§fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_child(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to each child node.
Source§impl<'a> ForEachNode<'a> for DriveStrength
impl<'a> ForEachNode<'a> for DriveStrength
Source§fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
fn for_each_node(&'a self, each: &mut dyn FnMut(&'a dyn AnyNode<'a>))
Apply a function to this node.
Source§impl PartialEq for DriveStrength
impl PartialEq for DriveStrength
Source§impl<'a> WalkVisitor<'a> for DriveStrength
impl<'a> WalkVisitor<'a> for DriveStrength
impl Copy for DriveStrength
impl Eq for DriveStrength
impl StructuralPartialEq for DriveStrength
Auto Trait Implementations§
impl Freeze for DriveStrength
impl RefUnwindSafe for DriveStrength
impl Send for DriveStrength
impl Sync for DriveStrength
impl Unpin for DriveStrength
impl UnwindSafe for DriveStrength
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