[][src]Struct purezen::message::send::Send

pub struct Send { /* fields omitted */ }

Message send (or s) command

Methods

impl Send[src]

pub fn new<'pd, N>(init_message: &Message<'pd, N>, graph_id: Id) -> Self where
    N: ArrayLength<Atom<'pd>>, 
[src]

Create a new message::Send

pub fn new_object<'pd, N>(
    _init_message: &Message<'pd, N>,
    _graph: &Graph
) -> Object where
    N: ArrayLength<Atom<'pd>>, 
[src]

Create a new message send object

pub fn get_object_label(&self) -> &str[src]

Get the label for this object

pub fn get_object_type() -> Type[src]

Get the type of this object

pub fn receive_message<'pd, N>(
    &mut self,
    context: &mut Context,
    inlet_index: Index,
    message: &Message<'pd, N>
) where
    N: ArrayLength<Atom<'pd>>, 
[src]

Receive a message to this send

Trait Implementations

impl Display for Send[src]

Auto Trait Implementations

impl Send for Send

impl Sync for Send

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> ToString for T where
    T: Display + ?Sized
[src]

impl<T> Same for T[src]

type Output = T

Should always be Self