Enum si5351::Multisynth [] [src]

pub enum Multisynth {
    MS0,
    MS1,
    MS2,
    MS3,
    MS4,
    MS5,
}

Variants

Trait Implementations

impl Debug for Multisynth
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Multisynth
[src]

impl Clone for Multisynth
[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 Multisynth

impl Sync for Multisynth