Enum organelle::probe::Synapse [] [src]

pub enum Synapse {
    Probe,
}

the synapse for a probe

Variants

a synapse used to perform probes

Trait Implementations

impl Debug for Synapse
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Synapse
[src]

impl Clone for Synapse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Synapse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Synapse
[src]

impl Hash for Synapse
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Synapse for Synapse
[src]

terminals are the senders or outputs in a connection between somas

dendrites are the receivers or inputs in a connection between somas

[src]

form a synapse for this synapse into a terminal and dendrite

[src]

get the data associated with the synapse

Auto Trait Implementations

impl Send for Synapse

impl Sync for Synapse