Enum nom_midi::Fps [] [src]

#[repr(u8)]
pub enum Fps { TwentyFour, TwentyFive, TwentyNine, Thirty, }

There are only 4 valid fps, below

Variants

24 fps

25 fps

29 fps

30 fps

Trait Implementations

impl Debug for Fps
[src]

Formats the value using the given formatter.

impl PartialEq for Fps
[src]

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

This method tests for !=.

impl Copy for Fps
[src]

impl Clone for Fps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<u8> for Fps
[src]

Performs the conversion.