pub struct Port { /* private fields */ }Expand description
Representation of a port.
This is one of the two Faces of a node.
Implementations§
Source§impl Port
impl Port
pub fn get_atom_id(&self) -> AtomID
pub fn get_node_id(&self) -> NodeID
Trait Implementations§
Source§impl ExclusivelyContextual for Port
impl ExclusivelyContextual for Port
impl Eq for Port
Auto Trait Implementations§
impl Freeze for Port
impl RefUnwindSafe for Port
impl Send for Port
impl Sync for Port
impl Unpin for Port
impl UnwindSafe for Port
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