pub struct QuarterFrame(/* private fields */);
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 duplicate 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) -> Self
fn from(value: QuarterFrame) -> Self
Converts to this type from the input type.
Source§impl From<u8> for QuarterFrame
impl From<u8> for QuarterFrame
Source§impl PartialEq for QuarterFrame
impl PartialEq for QuarterFrame
impl Copy for QuarterFrame
impl Eq for QuarterFrame
impl StructuralPartialEq for QuarterFrame
Auto Trait Implementations§
impl Freeze for QuarterFrame
impl RefUnwindSafe for QuarterFrame
impl Send for QuarterFrame
impl Sync for QuarterFrame
impl Unpin for QuarterFrame
impl UnwindSafe for QuarterFrame
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more