pub struct PortPosId { /* private fields */ }Expand description
A PortPosId wraps a string referning to the NodeId, PortId and PortPosition
of a specifc record or Mrecord node (for more information see “portPos”
in the Graphviz documentation).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortPosId
impl RefUnwindSafe for PortPosId
impl Send for PortPosId
impl Sync for PortPosId
impl Unpin for PortPosId
impl UnwindSafe for PortPosId
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