pub enum TimeStampURID {
Frames(URID<Frame>),
BeatsPerMinute(URID<Beat>),
}Expand description
The measuring units of time stamps, with their URIDs.
Variants§
Trait Implementations§
Source§impl Clone for TimeStampURID
impl Clone for TimeStampURID
Source§fn clone(&self) -> TimeStampURID
fn clone(&self) -> TimeStampURID
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 From<TimeStampURID> for TimeStampUnit
impl From<TimeStampURID> for TimeStampUnit
Source§fn from(urid: TimeStampURID) -> TimeStampUnit
fn from(urid: TimeStampURID) -> TimeStampUnit
Converts to this type from the input type.
impl Copy for TimeStampURID
Auto Trait Implementations§
impl Freeze for TimeStampURID
impl RefUnwindSafe for TimeStampURID
impl Send for TimeStampURID
impl Sync for TimeStampURID
impl Unpin for TimeStampURID
impl UnwindSafe for TimeStampURID
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