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: u64Implementations§
Trait Implementations§
Source§impl Clone for SampleTimeRange
impl Clone 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 UnsafeUnpin 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