#[repr(C)]pub struct pdraw_video_frame {
pub format: vdef_frame_type,
pub __bindgen_anon_1: pdraw_video_frame__bindgen_ty_1,
pub is_sync: c_int,
pub is_ref: c_int,
pub ntp_timestamp: u64,
pub ntp_unskewed_timestamp: u64,
pub ntp_raw_timestamp: u64,
pub ntp_raw_unskewed_timestamp: u64,
pub play_timestamp: u64,
pub capture_timestamp: u64,
pub local_timestamp: u64,
}Fields§
§format: vdef_frame_type§__bindgen_anon_1: pdraw_video_frame__bindgen_ty_1§is_sync: c_int§is_ref: c_int§ntp_timestamp: u64§ntp_unskewed_timestamp: u64§ntp_raw_timestamp: u64§ntp_raw_unskewed_timestamp: u64§play_timestamp: u64§capture_timestamp: u64§local_timestamp: u64Trait Implementations§
Source§impl Clone for pdraw_video_frame
impl Clone for pdraw_video_frame
Source§fn clone(&self) -> pdraw_video_frame
fn clone(&self) -> pdraw_video_frame
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 moreimpl Copy for pdraw_video_frame
Auto Trait Implementations§
impl Freeze for pdraw_video_frame
impl RefUnwindSafe for pdraw_video_frame
impl Send for pdraw_video_frame
impl Sync for pdraw_video_frame
impl Unpin for pdraw_video_frame
impl UnwindSafe for pdraw_video_frame
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