Struct midi_types::QuarterFrame
source · [−]pub struct QuarterFrame(_);Expand description
A MIDI Quarter Frame value, used for sync.
Trait Implementations
sourceimpl Clone for QuarterFrame
impl Clone for QuarterFrame
sourcefn clone(&self) -> QuarterFrame
fn clone(&self) -> QuarterFrame
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QuarterFrame
impl Debug for QuarterFrame
sourceimpl From<u8> for QuarterFrame
impl From<u8> for QuarterFrame
sourceimpl Into<u8> for QuarterFrame
impl Into<u8> for QuarterFrame
sourceimpl PartialEq<QuarterFrame> for QuarterFrame
impl PartialEq<QuarterFrame> for QuarterFrame
sourcefn eq(&self, other: &QuarterFrame) -> bool
fn eq(&self, other: &QuarterFrame) -> bool
impl Copy for QuarterFrame
impl StructuralPartialEq for QuarterFrame
Auto Trait Implementations
impl RefUnwindSafe for QuarterFrame
impl Send for QuarterFrame
impl Sync for QuarterFrame
impl Unpin for QuarterFrame
impl UnwindSafe for QuarterFrame
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