pub struct AudioTime {
pub sample_time: f64,
pub host_time: u64,
pub rate_scalar: f64,
}
Fields§
§sample_time: f64
§host_time: u64
§rate_scalar: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioTime
impl RefUnwindSafe for AudioTime
impl Send for AudioTime
impl Sync for AudioTime
impl Unpin for AudioTime
impl UnwindSafe for AudioTime
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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