Struct gstreamer_mpegts_sys::GstMpegtsEITEvent
source · #[repr(C)]pub struct GstMpegtsEITEvent {
pub event_id: u16,
pub start_time: *mut GstDateTime,
pub duration: u32,
pub running_status: GstMpegtsRunningStatus,
pub free_CA_mode: gboolean,
pub descriptors: *mut GPtrArray,
}
Fields§
§event_id: u16
§start_time: *mut GstDateTime
§duration: u32
§running_status: GstMpegtsRunningStatus
§free_CA_mode: gboolean
§descriptors: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsEITEvent
impl Clone for GstMpegtsEITEvent
source§fn clone(&self) -> GstMpegtsEITEvent
fn clone(&self) -> GstMpegtsEITEvent
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 GstMpegtsEITEvent
impl Debug for GstMpegtsEITEvent
impl Copy for GstMpegtsEITEvent
Auto Trait Implementations§
impl Freeze for GstMpegtsEITEvent
impl RefUnwindSafe for GstMpegtsEITEvent
impl !Send for GstMpegtsEITEvent
impl !Sync for GstMpegtsEITEvent
impl Unpin for GstMpegtsEITEvent
impl UnwindSafe for GstMpegtsEITEvent
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)