Enum open_protocol::command::SyncSignal [] [src]

pub enum SyncSignal {
    SetSyncFrequency,
}

Variants

Trait Implementations

impl Debug for SyncSignal
[src]

Formats the value using the given formatter.

impl PartialEq for SyncSignal
[src]

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

This method tests for !=.

impl Copy for SyncSignal
[src]

impl Clone for SyncSignal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more