Struct oboe_sys::oboe_FrameTimestamp
source · Expand description
The time at which the frame at position was presented
Fields§
§position: i64§timestamp: i64Trait 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 more