Struct gstreamer_mpegts_sys::GstMpegtsAtscSTT
source · #[repr(C)]pub struct GstMpegtsAtscSTT {
pub protocol_version: u8,
pub system_time: u32,
pub gps_utc_offset: u8,
pub ds_status: gboolean,
pub ds_dayofmonth: u8,
pub ds_hour: u8,
pub descriptors: *mut GPtrArray,
pub utc_datetime: *mut GstDateTime,
}
Fields§
§protocol_version: u8
§system_time: u32
§gps_utc_offset: u8
§ds_status: gboolean
§ds_dayofmonth: u8
§ds_hour: u8
§descriptors: *mut GPtrArray
§utc_datetime: *mut GstDateTime
Trait Implementations§
source§impl Clone for GstMpegtsAtscSTT
impl Clone for GstMpegtsAtscSTT
source§fn clone(&self) -> GstMpegtsAtscSTT
fn clone(&self) -> GstMpegtsAtscSTT
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 GstMpegtsAtscSTT
impl Debug for GstMpegtsAtscSTT
impl Copy for GstMpegtsAtscSTT
Auto Trait Implementations§
impl Freeze for GstMpegtsAtscSTT
impl RefUnwindSafe for GstMpegtsAtscSTT
impl !Send for GstMpegtsAtscSTT
impl !Sync for GstMpegtsAtscSTT
impl Unpin for GstMpegtsAtscSTT
impl UnwindSafe for GstMpegtsAtscSTT
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
)