pub struct TimeURIDCollection {Show 13 fields
pub position_class: URID<PositionClass>,
pub rate_class: URID<RateClass>,
pub time_class: URID<TimeClass>,
pub bar: URID<Bar>,
pub bar_beat: URID<BarBeat>,
pub beat: URID<Beat>,
pub beat_unit: URID<BeatUnit>,
pub beats_per_bar: URID<BeatsPerBar>,
pub beats_per_minute: URID<BeatsPerMinute>,
pub frame: URID<Frame>,
pub frames_per_second: URID<FramesPerSecond>,
pub position: URID<Position>,
pub speed: URID<Speed>,
}Expand description
A URID cache containing all time properties.
Fields§
§position_class: URID<PositionClass>§rate_class: URID<RateClass>§time_class: URID<TimeClass>§bar: URID<Bar>§bar_beat: URID<BarBeat>§beat: URID<Beat>§beat_unit: URID<BeatUnit>§beats_per_bar: URID<BeatsPerBar>§beats_per_minute: URID<BeatsPerMinute>§frame: URID<Frame>§frames_per_second: URID<FramesPerSecond>§position: URID<Position>§speed: URID<Speed>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeURIDCollection
impl RefUnwindSafe for TimeURIDCollection
impl Send for TimeURIDCollection
impl Sync for TimeURIDCollection
impl Unpin for TimeURIDCollection
impl UnwindSafe for TimeURIDCollection
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