#[repr(C)]pub struct GstVideoCodecFrame_abidata_ABI {
pub ts: GstClockTime,
pub ts2: GstClockTime,
pub num_subframes: c_uint,
pub subframes_processed: c_uint,
}
Fields§
§ts: GstClockTime
§ts2: GstClockTime
§num_subframes: c_uint
§subframes_processed: c_uint
Trait Implementations§
Source§impl Clone for GstVideoCodecFrame_abidata_ABI
impl Clone for GstVideoCodecFrame_abidata_ABI
Source§fn clone(&self) -> GstVideoCodecFrame_abidata_ABI
fn clone(&self) -> GstVideoCodecFrame_abidata_ABI
Returns a copy 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 GstVideoCodecFrame_abidata_ABI
Auto Trait Implementations§
impl Freeze for GstVideoCodecFrame_abidata_ABI
impl RefUnwindSafe for GstVideoCodecFrame_abidata_ABI
impl Send for GstVideoCodecFrame_abidata_ABI
impl Sync for GstVideoCodecFrame_abidata_ABI
impl Unpin for GstVideoCodecFrame_abidata_ABI
impl UnwindSafe for GstVideoCodecFrame_abidata_ABI
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