Enum libbeaglebone::pwm::PWMState [] [src]

pub enum PWMState {
    Enabled,
    Disabled,
}

The state in which the PWM is in, either on or off.

Variants

PWM on

PWM off

Trait Implementations

impl Debug for PWMState
[src]

Formats the value using the given formatter.

impl PartialEq for PWMState
[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 PWMState
[src]