pub struct AudioTimestamp {
pub context_time: f64,
pub performance_time: f64,
}Fields§
§context_time: f64§performance_time: f64Trait Implementations§
Source§impl Clone for AudioTimestamp
impl Clone for AudioTimestamp
Source§fn clone(&self) -> AudioTimestamp
fn clone(&self) -> AudioTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AudioTimestamp
Source§impl Debug for AudioTimestamp
impl Debug for AudioTimestamp
Source§impl PartialEq for AudioTimestamp
impl PartialEq for AudioTimestamp
Source§fn eq(&self, other: &AudioTimestamp) -> bool
fn eq(&self, other: &AudioTimestamp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioTimestamp
Auto Trait Implementations§
impl Freeze for AudioTimestamp
impl RefUnwindSafe for AudioTimestamp
impl Send for AudioTimestamp
impl Sync for AudioTimestamp
impl Unpin for AudioTimestamp
impl UnsafeUnpin for AudioTimestamp
impl UnwindSafe for AudioTimestamp
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