Enum midi_msg::TimeCodeType
source · [−]pub enum TimeCodeType {
FPS24,
FPS25,
DF30,
NDF30,
}
Expand description
Indicates the frame rate of the given TimeCode
.
Variants
FPS24
24 Frames per second
FPS25
25 Frames per second
DF30
30 Frames per second, Drop Frame
NDF30
30 Frames per second, Non-Drop Frame
Trait Implementations
sourceimpl Clone for TimeCodeType
impl Clone for TimeCodeType
sourcefn clone(&self) -> TimeCodeType
fn clone(&self) -> TimeCodeType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TimeCodeType
impl Debug for TimeCodeType
sourceimpl Default for TimeCodeType
impl Default for TimeCodeType
sourceimpl PartialEq<TimeCodeType> for TimeCodeType
impl PartialEq<TimeCodeType> for TimeCodeType
sourcefn eq(&self, other: &TimeCodeType) -> bool
fn eq(&self, other: &TimeCodeType) -> bool
impl Copy for TimeCodeType
impl Eq for TimeCodeType
impl StructuralEq for TimeCodeType
impl StructuralPartialEq for TimeCodeType
Auto Trait Implementations
impl RefUnwindSafe for TimeCodeType
impl Send for TimeCodeType
impl Sync for TimeCodeType
impl Unpin for TimeCodeType
impl UnwindSafe for TimeCodeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more