#[repr(C)]pub struct AR2VideoTimestampT {
pub sec: u64,
pub usec: u32,
}Expand description
A structure to hold a timestamp in seconds and microseconds, with arbitrary epoch.
Fields§
§sec: u64§usec: u32Trait Implementations§
Source§impl Clone for AR2VideoTimestampT
impl Clone for AR2VideoTimestampT
Source§fn clone(&self) -> AR2VideoTimestampT
fn clone(&self) -> AR2VideoTimestampT
Returns a duplicate 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 AR2VideoTimestampT
impl Debug for AR2VideoTimestampT
Source§impl Default for AR2VideoTimestampT
impl Default for AR2VideoTimestampT
Source§fn default() -> AR2VideoTimestampT
fn default() -> AR2VideoTimestampT
Returns the “default value” for a type. Read more
Source§impl PartialEq for AR2VideoTimestampT
impl PartialEq for AR2VideoTimestampT
impl StructuralPartialEq for AR2VideoTimestampT
Auto Trait Implementations§
impl Freeze for AR2VideoTimestampT
impl RefUnwindSafe for AR2VideoTimestampT
impl Send for AR2VideoTimestampT
impl Sync for AR2VideoTimestampT
impl Unpin for AR2VideoTimestampT
impl UnsafeUnpin for AR2VideoTimestampT
impl UnwindSafe for AR2VideoTimestampT
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