#[repr(C)]pub struct GstMpegtsDVBLinkageExtendedEvent {
pub target_event_id: u16,
pub target_listed: gboolean,
pub event_simulcast: gboolean,
pub link_type: u8,
pub target_id_type: u8,
pub original_network_id_flag: gboolean,
pub service_id_flag: gboolean,
pub user_defined_id: u16,
pub target_transport_stream_id: u16,
pub target_original_network_id: u16,
pub target_service_id: u16,
}
Fields§
§target_event_id: u16
§target_listed: gboolean
§event_simulcast: gboolean
§link_type: u8
§target_id_type: u8
§original_network_id_flag: gboolean
§service_id_flag: gboolean
§user_defined_id: u16
§target_transport_stream_id: u16
§target_original_network_id: u16
§target_service_id: u16
Trait Implementations§
source§impl Clone for GstMpegtsDVBLinkageExtendedEvent
impl Clone for GstMpegtsDVBLinkageExtendedEvent
source§fn clone(&self) -> GstMpegtsDVBLinkageExtendedEvent
fn clone(&self) -> GstMpegtsDVBLinkageExtendedEvent
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 GstMpegtsDVBLinkageExtendedEvent
Auto Trait Implementations§
impl Freeze for GstMpegtsDVBLinkageExtendedEvent
impl RefUnwindSafe for GstMpegtsDVBLinkageExtendedEvent
impl Send for GstMpegtsDVBLinkageExtendedEvent
impl Sync for GstMpegtsDVBLinkageExtendedEvent
impl Unpin for GstMpegtsDVBLinkageExtendedEvent
impl UnwindSafe for GstMpegtsDVBLinkageExtendedEvent
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
)