pub struct StaticPins {
pub inputs: Vec<InputPin>,
pub outputs: Vec<OutputPin>,
}Expand description
Static pin configuration for nodes with fixed pins.
Fields§
§inputs: Vec<InputPin>§outputs: Vec<OutputPin>Trait Implementations§
Source§impl Clone for StaticPins
impl Clone for StaticPins
Source§fn clone(&self) -> StaticPins
fn clone(&self) -> StaticPins
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 moreAuto Trait Implementations§
impl Freeze for StaticPins
impl RefUnwindSafe for StaticPins
impl Send for StaticPins
impl Sync for StaticPins
impl Unpin for StaticPins
impl UnwindSafe for StaticPins
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