#[repr(C)]pub struct GstMpegtsDVBLinkageDescriptor {
pub transport_stream_id: u16,
pub original_network_id: u16,
pub service_id: u16,
pub linkage_type: GstMpegtsDVBLinkageType,
pub linkage_data: gpointer,
pub private_data_length: u8,
pub private_data_bytes: *mut u8,
}
Fields§
§transport_stream_id: u16
§original_network_id: u16
§service_id: u16
§linkage_type: GstMpegtsDVBLinkageType
§linkage_data: gpointer
§private_data_length: u8
§private_data_bytes: *mut u8
Trait Implementations§
source§impl Clone for GstMpegtsDVBLinkageDescriptor
impl Clone for GstMpegtsDVBLinkageDescriptor
source§fn clone(&self) -> GstMpegtsDVBLinkageDescriptor
fn clone(&self) -> GstMpegtsDVBLinkageDescriptor
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 GstMpegtsDVBLinkageDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsDVBLinkageDescriptor
impl RefUnwindSafe for GstMpegtsDVBLinkageDescriptor
impl !Send for GstMpegtsDVBLinkageDescriptor
impl !Sync for GstMpegtsDVBLinkageDescriptor
impl Unpin for GstMpegtsDVBLinkageDescriptor
impl UnwindSafe for GstMpegtsDVBLinkageDescriptor
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
)