pub struct Graph { /* private fields */ }Expand description
TODO(tarcieri): Placeholder until the C++ PdGraph is translated
Implementations§
Source§impl Graph
impl Graph
Sourcepub fn send_message_to_named_receivers<'pd, N>(
&mut self,
_name: &str,
_message: &Message<'pd, N>,
)where
N: ArrayLength<Atom<'pd>>,
pub fn send_message_to_named_receivers<'pd, N>(
&mut self,
_name: &str,
_message: &Message<'pd, N>,
)where
N: ArrayLength<Atom<'pd>>,
TODO(tarcieri): actually implement this
Sourcepub fn process_function(&mut self, _graph: &Self, _v1: usize, _v2: usize)
pub fn process_function(&mut self, _graph: &Self, _v1: usize, _v2: usize)
TODO(tarcieri): actually implement this
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Graph
impl RefUnwindSafe for Graph
impl Send for Graph
impl Sync for Graph
impl Unpin for Graph
impl UnwindSafe for Graph
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