Enum si5351::ClockOutput [] [src]

pub enum ClockOutput {
    Clk0,
    Clk1,
    Clk2,
    Clk3,
    Clk4,
    Clk5,
    Clk6,
    Clk7,
}

Variants

Trait Implementations

impl Debug for ClockOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ClockOutput
[src]

impl Clone for ClockOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ClockOutput

impl Sync for ClockOutput