Struct gstreamer_video_sys::GstVideoCodecState
source · #[repr(C)]pub struct GstVideoCodecState {
pub ref_count: c_int,
pub info: GstVideoInfo,
pub caps: *mut GstCaps,
pub codec_data: *mut GstBuffer,
pub allocation_caps: *mut GstCaps,
pub mastering_display_info: *mut GstVideoMasteringDisplayInfo,
pub content_light_level: *mut GstVideoContentLightLevel,
pub padding: [gpointer; 17],
}
Fields§
§ref_count: c_int
§info: GstVideoInfo
§caps: *mut GstCaps
§codec_data: *mut GstBuffer
§allocation_caps: *mut GstCaps
§mastering_display_info: *mut GstVideoMasteringDisplayInfo
§content_light_level: *mut GstVideoContentLightLevel
§padding: [gpointer; 17]
Trait Implementations§
source§impl Clone for GstVideoCodecState
impl Clone for GstVideoCodecState
source§fn clone(&self) -> GstVideoCodecState
fn clone(&self) -> GstVideoCodecState
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 moresource§impl Debug for GstVideoCodecState
impl Debug for GstVideoCodecState
impl Copy for GstVideoCodecState
Auto Trait Implementations§
impl Freeze for GstVideoCodecState
impl RefUnwindSafe for GstVideoCodecState
impl !Send for GstVideoCodecState
impl !Sync for GstVideoCodecState
impl Unpin for GstVideoCodecState
impl UnwindSafe for GstVideoCodecState
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)