Struct acto_rs::ReceiverChannelId [] [src]

pub struct ReceiverChannelId(pub usize);

Trait Implementations

impl Copy for ReceiverChannelId
[src]

impl Clone for ReceiverChannelId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReceiverChannelId
[src]

Formats the value using the given formatter.

impl PartialEq for ReceiverChannelId
[src]

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

This method tests for !=.

impl Eq for ReceiverChannelId
[src]