Enum si5351::OutputDivider [] [src]

pub enum OutputDivider {
    Div1,
    Div2,
    Div4,
    Div8,
    Div16,
    Div32,
    Div64,
    Div128,
}

Variants

Trait Implementations

impl Debug for OutputDivider
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for OutputDivider
[src]

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

impl Sync for OutputDivider