Struct midi_msg::TimeCodeStatus
source · [−]pub struct TimeCodeStatus {
pub estimated_code: bool,
pub invalid_code: bool,
pub video_field1: bool,
pub no_time_code: bool,
}
Expand description
Used by StandardTimeCode
.
Fields
estimated_code: bool
invalid_code: bool
video_field1: bool
no_time_code: bool
Trait Implementations
sourceimpl Clone for TimeCodeStatus
impl Clone for TimeCodeStatus
sourcefn clone(&self) -> TimeCodeStatus
fn clone(&self) -> TimeCodeStatus
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 TimeCodeStatus
impl Debug for TimeCodeStatus
sourceimpl Default for TimeCodeStatus
impl Default for TimeCodeStatus
sourcefn default() -> TimeCodeStatus
fn default() -> TimeCodeStatus
Returns the “default value” for a type. Read more
sourceimpl PartialEq<TimeCodeStatus> for TimeCodeStatus
impl PartialEq<TimeCodeStatus> for TimeCodeStatus
sourcefn eq(&self, other: &TimeCodeStatus) -> bool
fn eq(&self, other: &TimeCodeStatus) -> bool
impl Copy for TimeCodeStatus
impl Eq for TimeCodeStatus
impl StructuralEq for TimeCodeStatus
impl StructuralPartialEq for TimeCodeStatus
Auto Trait Implementations
impl RefUnwindSafe for TimeCodeStatus
impl Send for TimeCodeStatus
impl Sync for TimeCodeStatus
impl Unpin for TimeCodeStatus
impl UnwindSafe for TimeCodeStatus
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