Enum nom_midi::Fps
[−]
[src]
#[repr(u8)]pub enum Fps { TwentyFour, TwentyFive, TwentyNine, Thirty, }
There are only 4 valid fps, below
Variants
TwentyFour
24 fps
TwentyFive
25 fps
TwentyNine
29 fps
Thirty
30 fps
Trait Implementations
impl Debug for Fps
[src]
impl PartialEq for Fps
[src]
fn eq(&self, __arg_0: &Fps) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Copy for Fps
[src]
impl Clone for Fps
[src]
fn clone(&self) -> Fps
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more