pub struct SampleTimeRange {
pub first_sample_time: u64,
pub last_sample_time: u64,
}
Expand description
The timestamps of the first and last sample.
Fields§
§first_sample_time: u64
§last_sample_time: u64
Implementations§
Trait Implementations§
Source§impl Clone for SampleTimeRange
impl Clone for SampleTimeRange
Source§fn clone(&self) -> SampleTimeRange
fn clone(&self) -> SampleTimeRange
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SampleTimeRange
impl Debug for SampleTimeRange
impl Copy for SampleTimeRange
Auto Trait Implementations§
impl Freeze for SampleTimeRange
impl RefUnwindSafe for SampleTimeRange
impl Send for SampleTimeRange
impl Sync for SampleTimeRange
impl Unpin for SampleTimeRange
impl UnwindSafe for SampleTimeRange
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