Enum si5351::CrystalLoad [] [src]

pub enum CrystalLoad {
    _6,
    _8,
    _10,
}

Variants

Trait Implementations

impl Debug for CrystalLoad
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for CrystalLoad
[src]

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

impl Sync for CrystalLoad