#[repr(C)]pub struct oboe_FrameTimestamp {
pub position: i64,
pub timestamp: i64,
}
Expand description
The time at which the frame at position
was presented
Fields§
§position: i64
§timestamp: i64
Trait Implementations§
Source§impl Clone for oboe_FrameTimestamp
impl Clone for oboe_FrameTimestamp
Source§fn clone(&self) -> oboe_FrameTimestamp
fn clone(&self) -> oboe_FrameTimestamp
Returns a copy 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 Debug for oboe_FrameTimestamp
impl Debug for oboe_FrameTimestamp
impl Copy for oboe_FrameTimestamp
Auto Trait Implementations§
impl Freeze for oboe_FrameTimestamp
impl RefUnwindSafe for oboe_FrameTimestamp
impl Send for oboe_FrameTimestamp
impl Sync for oboe_FrameTimestamp
impl Unpin for oboe_FrameTimestamp
impl UnwindSafe for oboe_FrameTimestamp
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