Struct midi_types::QuarterFrame
source · pub struct QuarterFrame(_);
Expand description
A MIDI Quarter Frame value, used for sync.
Implementations§
Trait Implementations§
source§impl Clone for QuarterFrame
impl Clone for QuarterFrame
source§fn clone(&self) -> QuarterFrame
fn clone(&self) -> QuarterFrame
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QuarterFrame
impl Debug for QuarterFrame
source§impl From<QuarterFrame> for u8
impl From<QuarterFrame> for u8
source§fn from(value: QuarterFrame) -> u8
fn from(value: QuarterFrame) -> u8
Converts to this type from the input type.
source§impl From<u8> for QuarterFrame
impl From<u8> for QuarterFrame
source§impl PartialEq<QuarterFrame> for QuarterFrame
impl PartialEq<QuarterFrame> for QuarterFrame
source§fn eq(&self, other: &QuarterFrame) -> bool
fn eq(&self, other: &QuarterFrame) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.