Enum touptek::Flicker [] [src]

#[repr(i32)]
pub enum Flicker { AC60Hz, AC50Hz, DC, }

Variants

Trait Implementations

impl Copy for Flicker
[src]

impl Clone for Flicker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Flicker
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Flicker
[src]

impl Debug for Flicker
[src]

Formats the value using the given formatter.