[][src]Struct purezen::pd::Graph

pub struct Graph { /* fields omitted */ }

TODO(tarcieri): Placeholder until the C++ PdGraph is translated

Methods

impl Graph[src]

pub fn send_message_to_named_receivers<'pd, N>(
    &mut self,
    _name: &str,
    _message: &Message<'pd, N>
) where
    N: ArrayLength<Atom<'pd>>, 
[src]

TODO(tarcieri): actually implement this

pub fn process_function(&mut self, _graph: &Self, _v1: usize, _v2: usize)[src]

TODO(tarcieri): actually implement this

Trait Implementations

impl Allocated for Graph[src]

Trait implemented by all types that can be used by this allocator

type Id = Id

Identifier type for this allocatable value

impl Debug for Graph[src]

Auto Trait Implementations

impl Send for Graph

impl Sync for Graph

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T[src]

type Output = T

Should always be Self