Struct acto_rs::ChannelPosition [] [src]

pub struct ChannelPosition(pub usize);

Trait Implementations

impl Copy for ChannelPosition
[src]

impl Clone for ChannelPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelPosition
[src]

Formats the value using the given formatter.

impl PartialEq for ChannelPosition
[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 ChannelPosition
[src]