pub struct Timecode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Timecode
impl Ord for Timecode
Source§impl PartialEq<TimeSignature> for Timecode
impl PartialEq<TimeSignature> for Timecode
Source§impl PartialOrd<Beat> for Timecode
impl PartialOrd<Beat> for Timecode
Source§impl PartialOrd<Measure> for Timecode
impl PartialOrd<Measure> for Timecode
Source§impl PartialOrd<Tempo> for Timecode
impl PartialOrd<Tempo> for Timecode
Source§impl PartialOrd<TimeSignature> for Timecode
impl PartialOrd<TimeSignature> for Timecode
Source§impl PartialOrd<Timestamp> for Timecode
impl PartialOrd<Timestamp> for Timecode
Source§impl PartialOrd for Timecode
impl PartialOrd for Timecode
impl Copy for Timecode
impl Eq for Timecode
impl StructuralPartialEq for Timecode
Auto Trait Implementations§
impl Freeze for Timecode
impl RefUnwindSafe for Timecode
impl Send for Timecode
impl Sync for Timecode
impl Unpin for Timecode
impl UnwindSafe for Timecode
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