pub struct OutputPortAccess {
pub object: String,
pub index: u32,
}Expand description
Output port access (rvalue): node_a.out[0]
Fields§
§object: String§index: u32Trait Implementations§
Source§impl Clone for OutputPortAccess
impl Clone for OutputPortAccess
Source§fn clone(&self) -> OutputPortAccess
fn clone(&self) -> OutputPortAccess
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 OutputPortAccess
impl Debug for OutputPortAccess
Source§impl PartialEq for OutputPortAccess
impl PartialEq for OutputPortAccess
impl StructuralPartialEq for OutputPortAccess
Auto Trait Implementations§
impl Freeze for OutputPortAccess
impl RefUnwindSafe for OutputPortAccess
impl Send for OutputPortAccess
impl Sync for OutputPortAccess
impl Unpin for OutputPortAccess
impl UnsafeUnpin for OutputPortAccess
impl UnwindSafe for OutputPortAccess
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