#[repr(C)]pub struct heif_tai_timestamp_packet {
pub version: u8,
pub tai_timestamp: u64,
pub synchronization_state: u8,
pub timestamp_generation_failure: u8,
pub timestamp_is_modified: u8,
}Fields§
§version: u8§tai_timestamp: u64number of nanoseconds since TAI epoch (1958-01-01T00:00:00.0)
synchronization_state: u8bool
timestamp_generation_failure: u8bool
timestamp_is_modified: u8bool
Trait Implementations§
Source§impl Clone for heif_tai_timestamp_packet
impl Clone for heif_tai_timestamp_packet
Source§fn clone(&self) -> heif_tai_timestamp_packet
fn clone(&self) -> heif_tai_timestamp_packet
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 heif_tai_timestamp_packet
impl Debug for heif_tai_timestamp_packet
impl Copy for heif_tai_timestamp_packet
Auto Trait Implementations§
impl Freeze for heif_tai_timestamp_packet
impl RefUnwindSafe for heif_tai_timestamp_packet
impl Send for heif_tai_timestamp_packet
impl Sync for heif_tai_timestamp_packet
impl Unpin for heif_tai_timestamp_packet
impl UnwindSafe for heif_tai_timestamp_packet
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