pub struct Sockets { /* private fields */ }Expand description
The description of how the inputs and outputs are laid out for a particular node.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sockets
impl RefUnwindSafe for Sockets
impl Send for Sockets
impl Sync for Sockets
impl Unpin for Sockets
impl UnwindSafe for Sockets
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