pub enum PortDir {
In,
Out,
}Expand description
Direction of a port relative to its node.
Variants§
Trait Implementations§
impl Copy for PortDir
impl Eq for PortDir
impl StructuralPartialEq for PortDir
Auto Trait Implementations§
impl Freeze for PortDir
impl RefUnwindSafe for PortDir
impl Send for PortDir
impl Sync for PortDir
impl Unpin for PortDir
impl UnsafeUnpin for PortDir
impl UnwindSafe for PortDir
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