Enum si5351::PLL [] [src]

pub enum PLL {
    A,
    B,
}

Variants

Methods

impl PLL
[src]

Trait Implementations

impl Debug for PLL
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for PLL
[src]

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

impl Sync for PLL