pub struct Demux(/* private fields */);Expand description
A demux handle returned by Graph::add_demux: 1 input pad, n output
pads. Structurally a tee (its node kind is Tee(n)), but the node carries a
content-routing element rather than broadcasting; see
GraphNodeRef::Demux.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Demux
impl RefUnwindSafe for Demux
impl Send for Demux
impl Sync for Demux
impl Unpin for Demux
impl UnsafeUnpin for Demux
impl UnwindSafe for Demux
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