#[repr(C)]pub struct GstMpegtsSDTService {
pub service_id: u16,
pub EIT_schedule_flag: gboolean,
pub EIT_present_following_flag: gboolean,
pub running_status: GstMpegtsRunningStatus,
pub free_CA_mode: gboolean,
pub descriptors: *mut GPtrArray,
}
Fields§
§service_id: u16
§EIT_schedule_flag: gboolean
§EIT_present_following_flag: gboolean
§running_status: GstMpegtsRunningStatus
§free_CA_mode: gboolean
§descriptors: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsSDTService
impl Clone for GstMpegtsSDTService
source§fn clone(&self) -> GstMpegtsSDTService
fn clone(&self) -> GstMpegtsSDTService
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 GstMpegtsSDTService
impl Debug for GstMpegtsSDTService
impl Copy for GstMpegtsSDTService
Auto Trait Implementations§
impl Freeze for GstMpegtsSDTService
impl RefUnwindSafe for GstMpegtsSDTService
impl !Send for GstMpegtsSDTService
impl !Sync for GstMpegtsSDTService
impl Unpin for GstMpegtsSDTService
impl UnwindSafe for GstMpegtsSDTService
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
)