#[repr(C)]pub struct vmeta_frame_ext_timestamp {
pub frame_timestamp: u64,
}Fields§
§frame_timestamp: u64Trait Implementations§
Source§impl Clone for vmeta_frame_ext_timestamp
impl Clone for vmeta_frame_ext_timestamp
Source§fn clone(&self) -> vmeta_frame_ext_timestamp
fn clone(&self) -> vmeta_frame_ext_timestamp
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 vmeta_frame_ext_timestamp
impl Debug for vmeta_frame_ext_timestamp
impl Copy for vmeta_frame_ext_timestamp
Auto Trait Implementations§
impl Freeze for vmeta_frame_ext_timestamp
impl RefUnwindSafe for vmeta_frame_ext_timestamp
impl Send for vmeta_frame_ext_timestamp
impl Sync for vmeta_frame_ext_timestamp
impl Unpin for vmeta_frame_ext_timestamp
impl UnwindSafe for vmeta_frame_ext_timestamp
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