Struct sample::signal::Bus[][src]

pub struct Bus<S> where
    S: Signal
{ /* fields omitted */ }

A type which allows for sending a single Signal to multiple outputs.

This type manages

Methods

impl<S> Bus<S> where
    S: Signal
[src]

Produce a new Output node to which the signal S will output its frames.

Auto Trait Implementations

impl<S> !Send for Bus<S>

impl<S> !Sync for Bus<S>